From 8fd118f268b9f30420be6b1c75b739675d47efe3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 18:38:12 +0300 Subject: pciutils: add new package at 3.7.0 --- extra/pciutils/build | 16 ++++++++++++++++ extra/pciutils/checksums | 1 + extra/pciutils/depends | 1 + extra/pciutils/sources | 1 + extra/pciutils/version | 1 + 5 files changed, 20 insertions(+) create mode 100755 extra/pciutils/build create mode 100644 extra/pciutils/checksums create mode 100644 extra/pciutils/depends create mode 100644 extra/pciutils/sources create mode 100644 extra/pciutils/version (limited to 'extra/pciutils') 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 -- cgit v1.2.3