wok rev 21666
updated pciutils and pciutils-dev (3.2.1 -> 3.6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 01 14:00:45 2019 +0100 (2019-06-01) |
parents | 74dd7f0b1ca6 |
children | 9d254903769e |
files | pciutils-dev/receipt pciutils/receipt |
line diff
1.1 --- a/pciutils-dev/receipt Sat Jun 01 13:26:35 2019 +0300 1.2 +++ b/pciutils-dev/receipt Sat Jun 01 14:00:45 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pciutils-dev" 1.7 -VERSION="3.2.1" 1.8 +VERSION="3.6.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for pciutils" 1.11 +SHORT_DESC="Development files for pciutils." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://mj.ucw.cz/sw/pciutils/" 1.15 -WANTED="pciutils" 1.16 +WEB_SITE="https://mj.ucw.cz/sw/pciutils/" 1.17 1.18 DEPENDS="pciutils pkg-config" 1.19 +WANTED="pciutils" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 - cp -a $install/usr/lib/*a $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/lib/*a $fs/usr/lib 1.32 }
2.1 --- a/pciutils/receipt Sat Jun 01 13:26:35 2019 +0300 2.2 +++ b/pciutils/receipt Sat Jun 01 14:00:45 2019 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pciutils" 2.7 -VERSION="3.2.1" 2.8 +VERSION="3.6.2" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="Linux PCI Utilities" 2.11 +SHORT_DESC="Linux PCI Utilities." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="https://mj.ucw.cz/sw/pciutils/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://mj.ucw.cz/pciutils.html" 2.18 WGET_URL="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$TARBALL" 2.19 2.20 DEPENDS="glibc-base zlib pciids" 2.21 @@ -27,10 +28,12 @@ 2.22 # Rules to gen a SliTaz package suitable for Tazpkg. 2.23 genpkg_rules() 2.24 { 2.25 - mkdir -p $fs/usr/bin $fs/usr/lib 2.26 - cp -a $install/usr/sbin/lspci $fs/usr/bin 2.27 - cp -a $install/usr/sbin/setpci $fs/usr/bin 2.28 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.29 + mkdir -p $fs/usr/bin 2.30 + mkdir -p $fs/usr/lib 2.31 + 2.32 + cp -a $install/usr/sbin/lspci $fs/usr/bin 2.33 + cp -a $install/usr/sbin/setpci $fs/usr/bin 2.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.35 } 2.36 2.37 # Overlap busybox