diff options
Diffstat (limited to 'extra')
| -rwxr-xr-x | extra/pciutils/build | 16 | ||||
| -rw-r--r-- | extra/pciutils/checksums | 1 | ||||
| -rw-r--r-- | extra/pciutils/depends | 1 | ||||
| -rw-r--r-- | extra/pciutils/sources | 1 | ||||
| -rw-r--r-- | extra/pciutils/version | 1 | 
5 files changed, 20 insertions, 0 deletions
diff --git a/extra/pciutils/build b/extra/pciutils/build new file mode 100755 index 00000000..24867e82 --- /dev/null +++ b/extra/pciutils/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +mk() { +    make \ +        CC="${CC:-cc}" \ +        OPT="$CFLAGS -fPIC" \ +        ZLIB=yes \ +        PREFIX=/usr \ +        SBINDIR=/usr/bin \ +        SHAREDIR=/usr/share/hwdata \ +        LDFLAGS="$LDFLAGS -static" \ +        "$@" +} + +mk +mk DESTDIR="$1" install install-lib diff --git a/extra/pciutils/checksums b/extra/pciutils/checksums new file mode 100644 index 00000000..5b07a7d0 --- /dev/null +++ b/extra/pciutils/checksums @@ -0,0 +1 @@ +2432e7a2e12000502d36cf769ab6e5a0cf4931e5050ccaf8b02984b2d3cb0948  pciutils-3.7.0.tar.gz diff --git a/extra/pciutils/depends b/extra/pciutils/depends new file mode 100644 index 00000000..f22003e8 --- /dev/null +++ b/extra/pciutils/depends @@ -0,0 +1 @@ +zlib diff --git a/extra/pciutils/sources b/extra/pciutils/sources new file mode 100644 index 00000000..5e717716 --- /dev/null +++ b/extra/pciutils/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.7.0.tar.gz diff --git a/extra/pciutils/version b/extra/pciutils/version new file mode 100644 index 00000000..68796f59 --- /dev/null +++ b/extra/pciutils/version @@ -0,0 +1 @@ +3.7.0 1  | 
