diff --git a/extra/pciutils/build b/extra/pciutils/build deleted file mode 100755 index 45917b82..00000000 --- a/extra/pciutils/build +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -# Avoid repeating environment variables. -mk() { - make \ - PREFIX=/usr \ - ZLIB=no \ - CC="${CC:-gcc}" \ - OPT="$CFLAGS" \ - SHAREDIR=/usr/share/hwdata \ - MANDIR=/usr/share/man \ - SBINDIR=/usr/bin \ - "$@" -} - -mk all -mk DESTDIR="$1" install install-lib diff --git a/extra/pciutils/checksums b/extra/pciutils/checksums deleted file mode 100644 index b3891fd5..00000000 --- a/extra/pciutils/checksums +++ /dev/null @@ -1 +0,0 @@ -d5f9254f27bbda8243b345633e980144e6bd2af9c786bb8a152b904530aef599 pciutils-3.6.2.tar.gz diff --git a/extra/pciutils/depends b/extra/pciutils/depends deleted file mode 100644 index 1f97bc3a..00000000 --- a/extra/pciutils/depends +++ /dev/null @@ -1 +0,0 @@ -linux-headers make diff --git a/extra/pciutils/sources b/extra/pciutils/sources deleted file mode 100644 index 03583d3a..00000000 --- a/extra/pciutils/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.gz diff --git a/extra/pciutils/version b/extra/pciutils/version deleted file mode 100644 index ee7527fc..00000000 --- a/extra/pciutils/version +++ /dev/null @@ -1 +0,0 @@ -3.6.2 1