mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-22 06:17:41 -07:00
pciutils: new package at 3.6.2
This commit is contained in:
parent
fa6c76143f
commit
d5153334f0
19
testing/pciutils/build
Executable file
19
testing/pciutils/build
Executable 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"
|
1
testing/pciutils/checksums
Normal file
1
testing/pciutils/checksums
Normal file
@ -0,0 +1 @@
|
||||
db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 pciutils-3.6.2.tar.xz
|
1
testing/pciutils/depends
Normal file
1
testing/pciutils/depends
Normal file
@ -0,0 +1 @@
|
||||
zlib make
|
1
testing/pciutils/sources
Normal file
1
testing/pciutils/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.xz
|
1
testing/pciutils/version
Normal file
1
testing/pciutils/version
Normal file
@ -0,0 +1 @@
|
||||
3.6.2 1
|
Loading…
Reference in New Issue
Block a user