aboutsummaryrefslogtreecommitdiff
path: root/extra/pciutils
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 18:38:12 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 18:38:12 +0300
commit8fd118f268b9f30420be6b1c75b739675d47efe3 (patch)
tree3af2b0db72d8a56aa8718c12c2c71388ddb4080f /extra/pciutils
parent9d1a2968dcc50fe1f62a0b142eb19143da0bfc1a (diff)
downloadrepository-8fd118f268b9f30420be6b1c75b739675d47efe3.tar.gz
pciutils: add new package at 3.7.0
Diffstat (limited to 'extra/pciutils')
-rwxr-xr-xextra/pciutils/build16
-rw-r--r--extra/pciutils/checksums1
-rw-r--r--extra/pciutils/depends1
-rw-r--r--extra/pciutils/sources1
-rw-r--r--extra/pciutils/version1
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