From d873e9ea310197f618e7d55dd9d87321e89fe223 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Jan 2014 09:22:32 +0100 Subject: [PATCH] pciutils: update to 3.2.1. --- srcpkgs/pciutils/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index c936580f3f2..ef9f3b0efd7 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,7 +1,7 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.2.0 -revision=3 +version=3.2.1 +revision=1 hostmakedepends="pkg-config which" makedepends="hwids zlib-devel libkmod-devel" depends="hwids" @@ -10,10 +10,7 @@ maintainer="Juan RP " license="GPL-2" 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." +checksum=b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858 do_build() { make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \ @@ -42,11 +39,12 @@ do_install() { } pciutils-devel_package() { - depends="pciutils>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig vmove usr/share/man/man7 }