diff --git a/testing/pciutils/build b/testing/pciutils/build new file mode 100755 index 00000000..136d309a --- /dev/null +++ b/testing/pciutils/build @@ -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" diff --git a/testing/pciutils/checksums b/testing/pciutils/checksums new file mode 100644 index 00000000..3feb9197 --- /dev/null +++ b/testing/pciutils/checksums @@ -0,0 +1 @@ +db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 pciutils-3.6.2.tar.xz diff --git a/testing/pciutils/depends b/testing/pciutils/depends new file mode 100644 index 00000000..17a6d43d --- /dev/null +++ b/testing/pciutils/depends @@ -0,0 +1 @@ +zlib make diff --git a/testing/pciutils/sources b/testing/pciutils/sources new file mode 100644 index 00000000..b22d7f2f --- /dev/null +++ b/testing/pciutils/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.xz diff --git a/testing/pciutils/version b/testing/pciutils/version new file mode 100644 index 00000000..ee7527fc --- /dev/null +++ b/testing/pciutils/version @@ -0,0 +1 @@ +3.6.2 1