wok diff libcap-ng-dev/receipt @ rev 21892
updated scrollz (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 13:50:29 2019 +0100 (2019-10-03) |
parents | dcdb8c03a306 |
children | b36efb4387b7 |
line diff
1.1 --- a/libcap-ng-dev/receipt Tue Dec 30 10:32:30 2014 +0100 1.2 +++ b/libcap-ng-dev/receipt Thu Oct 03 13:50:29 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcap-ng-dev" 1.7 -VERSION="0.6.6" 1.8 +VERSION="0.7.9" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="Libcap-ng dev files." 1.11 +SHORT_DESC="Libcap-ng development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 -WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" 1.15 +WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/" 1.16 + 1.17 WANTED="libcap-ng" 1.18 - 1.19 DEPENDS="libcap pkg-config" 1.20 PROVIDE="libcap-dev" 1.21 SUGGESTED="libcap-ng" 1.22 @@ -16,11 +16,11 @@ 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib $fs/usr/share 1.27 - 1.28 - cp -a $install/usr/lib/*.*a $fs/usr/lib 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/share/aclocal $fs/usr/share 1.32 + mkdir -p $fs/usr/lib 1.33 + mkdir -p $fs/usr/share 1.34 + 1.35 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.36 + cp -a $install/usr/include $fs/usr 1.37 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.38 + cp -a $install/usr/share/aclocal $fs/usr/share 1.39 } 1.40 -