From 705edc41e60041a4f7be83cd6d54a9a6412055d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 22 Apr 2013 16:18:23 +0200 Subject: [PATCH] pciutils: update to 3.2.0. --- srcpkgs/pciutils/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 3f82624691..69aa02cb80 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,25 +1,25 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.1.10 -revision=2 -homepage="http://mj.ucw.cz/pciutils.html" -distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz" +version=3.2.0 +revision=1 makedepends="hwids" short_desc="PCI bus related utilities" maintainer="Juan RP " license="GPL-2" -checksum=7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3 +homepage="http://mj.ucw.cz/pciutils.html" +distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz" +checksum=84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 long_desc=" The $pkgname package contains various utilities for inspecting and setting devices connected to the PCI bus." do_build() { - make OPT="${XBPS_CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no AR=${AR} \ + make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no AR=${AR} \ RANLIB=${RANLIB} PREFIX=/usr CC="${CC}" \ SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all cp lib/libpci.a ${XBPS_MASTERDIR}/tmp make clean - make OPT="${XBPS_CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=yes \ + make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=yes \ AR=${AR} RANLIB=${RANLIB} PREFIX=/usr CC="${CC}" \ SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all } @@ -53,6 +53,6 @@ pciutils-devel_package() { pciutils_package() { depends="hwids" pkg_install() { - vmove usr + vmove all } }