forked from kiss-community/repo
pciutils: new package at 3.6.2
This commit is contained in:
parent
c69fc40239
commit
860ad7c41f
16
extra/pciutils/build
Executable file
16
extra/pciutils/build
Executable 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
1
extra/pciutils/checksums
Normal file
@ -0,0 +1 @@
|
||||
d5f9254f27bbda8243b345633e980144e6bd2af9c786bb8a152b904530aef599 pciutils-3.6.2.tar.gz
|
1
extra/pciutils/depends
Normal file
1
extra/pciutils/depends
Normal file
@ -0,0 +1 @@
|
||||
linux-headers make
|
1
extra/pciutils/sources
Normal file
1
extra/pciutils/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.gz
|
1
extra/pciutils/version
Normal file
1
extra/pciutils/version
Normal file
@ -0,0 +1 @@
|
||||
3.6.2 1
|
Loading…
Reference in New Issue
Block a user