pciutils: new package at 3.6.2

This commit is contained in:
Dylan Araps 2019-07-29 11:03:25 +03:00
parent fa6c76143f
commit d5153334f0
5 changed files with 23 additions and 0 deletions

19
testing/pciutils/build Executable file
View File

@ -0,0 +1,19 @@
#!/bin/sh -e
make \
PREFIX=/usr \
SHAREDIR=/usr/share/hwdata \
SHARED=yes \
MANDIR=/usr/share/man \
SBINDIR=/usr/bin
make \
PREFIX=/usr \
SHAREDIR=/usr/share/hwdata \
SHARED=yes \
MANDIR=/usr/share/man \
SBINDIR=/usr/bin \
DESTDIR="$1" \
install install-lib
chmod -v 755 "$1/usr/lib/libpci.so"

View File

@ -0,0 +1 @@
db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 pciutils-3.6.2.tar.xz

1
testing/pciutils/depends Normal file
View File

@ -0,0 +1 @@
zlib make

1
testing/pciutils/sources Normal file
View File

@ -0,0 +1 @@
https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.xz

1
testing/pciutils/version Normal file
View File

@ -0,0 +1 @@
3.6.2 1