pciutils: new package at 3.6.2

This commit is contained in:
Dylan Araps 2019-08-25 15:46:27 +00:00
parent c69fc40239
commit 860ad7c41f
5 changed files with 20 additions and 0 deletions

16
extra/pciutils/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh -e
# Avoid repeating environment variables.
mk() (
make \
PREFIX=/usr \
ZLIB=no \
OPT="$CFLAGS" \
SHAREDIR=/usr/share/hwdata \
MANDIR=/usr/share/man \
SBINDIR=/usr/bin \
"$@"
)
mk all
mk DESTDIR="$1" install install-lib

1
extra/pciutils/checksums Normal file
View File

@ -0,0 +1 @@
d5f9254f27bbda8243b345633e980144e6bd2af9c786bb8a152b904530aef599 pciutils-3.6.2.tar.gz

1
extra/pciutils/depends Normal file
View File

@ -0,0 +1 @@
linux-headers make

1
extra/pciutils/sources Normal file
View File

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

1
extra/pciutils/version Normal file
View File

@ -0,0 +1 @@
3.6.2 1