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 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 extra/pciutils/build (limited to 'extra/pciutils/build') 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 -- cgit v1.2.3