wok rev 21154
updated libcap-ng and libcap-ng-dev (0.6.6 -> 0.7.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 30 15:28:23 2019 +0100 (2019-03-30) |
parents | dcaa989c1de7 |
children | e98e0b9d9b66 |
files | libcap-ng-dev/receipt libcap-ng/receipt |
line diff
1.1 --- a/libcap-ng-dev/receipt Sat Mar 30 15:08:35 2019 +0100 1.2 +++ b/libcap-ng-dev/receipt Sat Mar 30 15:28:23 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 -
2.1 --- a/libcap-ng/receipt Sat Mar 30 15:08:35 2019 +0100 2.2 +++ b/libcap-ng/receipt Sat Mar 30 15:28:23 2019 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libcap-ng" 2.7 -VERSION="0.6.6" 2.8 +VERSION="0.7.9" 2.9 CATEGORY="security" 2.10 SHORT_DESC="New generation libcap library." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="GPL2 LGPL2.1" 2.13 -WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" 2.14 +WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" 2.18 +WGET_URL="${WEB_SITE}$TARBALL" 2.19 2.20 DEPENDS="" 2.21 BUILD_DEPENDS="python" 2.22 @@ -17,9 +18,9 @@ 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 { 2.26 - cd $src 2.27 - 2.28 - ./configure $CONFIGURE_ARGS && make && make install 2.29 + ./configure $CONFIGURE_ARGS && 2.30 + make -j 1 && 2.31 + make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg. 2.35 @@ -27,6 +28,6 @@ 2.36 { 2.37 mkdir -p $fs/usr/lib 2.38 2.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.40 - cp -a $install/usr/bin $fs/usr 2.41 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.42 + cp -a $install/usr/bin $fs/usr 2.43 }