From d5153334f09325e436bc29cd6362f11f8ca7a673 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 29 Jul 2019 11:03:25 +0300 Subject: [PATCH] pciutils: new package at 3.6.2 --- testing/pciutils/build | 19 +++++++++++++++++++ testing/pciutils/checksums | 1 + testing/pciutils/depends | 1 + testing/pciutils/sources | 1 + testing/pciutils/version | 1 + 5 files changed, 23 insertions(+) create mode 100755 testing/pciutils/build create mode 100644 testing/pciutils/checksums create mode 100644 testing/pciutils/depends create mode 100644 testing/pciutils/sources create mode 100644 testing/pciutils/version 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