aboutsummaryrefslogtreecommitdiffstats
path: root/main/pciutils/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-10-29 10:11:55 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-10-29 10:11:55 +0000
commit19626c31e9f8488911fe33ab6d2d8eb006be4c72 (patch)
tree2813d8b4580b34f43969a0b6ad81d8288e440551 /main/pciutils/APKBUILD
parent042be4d186d49cbc07ccc0d1d6f4ac1139ae04c7 (diff)
main/pciutils: avoid copy pci.ids, now depends from hwdata-pci. Fixes #1455
Diffstat (limited to 'main/pciutils/APKBUILD')
-rw-r--r--main/pciutils/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pciutils/APKBUILD b/main/pciutils/APKBUILD
index 78cf546c256..afb3dfbf776 100644
--- a/main/pciutils/APKBUILD
+++ b/main/pciutils/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=pciutils
pkgver=3.1.10
-pkgrel=0
+pkgrel=1
pkgdesc="PCI bus configuration space access library and tools"
url="http://mj.ucw.cz/pciutils.html"
arch="all"
license="GPL"
-depends=
+depends="hwdata-pci"
makedepends=
install=
subpackages="$pkgname-doc $pkgname-dev"
@@ -16,6 +16,7 @@ source="http://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.g
_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
+ sed -i -e "106s/^/\#/" Makefile
make ZLIB=no \
PREFIX=/usr \
SHAREDIR=/usr/share/hwdata \