# HG changeset patch # User Hans-G?nter Theisgen # Date 1553956103 -3600 # Node ID 43187d86cff30d3718e81bd0a15ed51ab192cad4 # Parent dcaa989c1de7ada424929fa9b96bf31cca2c1e55 updated libcap-ng and libcap-ng-dev (0.6.6 -> 0.7.9) diff -r dcaa989c1de7 -r 43187d86cff3 libcap-ng-dev/receipt --- a/libcap-ng-dev/receipt Sat Mar 30 15:08:35 2019 +0100 +++ b/libcap-ng-dev/receipt Sat Mar 30 15:28:23 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="libcap-ng-dev" -VERSION="0.6.6" +VERSION="0.7.9" CATEGORY="security" -SHORT_DESC="Libcap-ng dev files." +SHORT_DESC="Libcap-ng development files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2 LGPL2.1" -WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" +WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/" + WANTED="libcap-ng" - DEPENDS="libcap pkg-config" PROVIDE="libcap-dev" SUGGESTED="libcap-ng" @@ -16,11 +16,11 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share/aclocal $fs/usr/share + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share + + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/aclocal $fs/usr/share } - diff -r dcaa989c1de7 -r 43187d86cff3 libcap-ng/receipt --- a/libcap-ng/receipt Sat Mar 30 15:08:35 2019 +0100 +++ b/libcap-ng/receipt Sat Mar 30 15:28:23 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="libcap-ng" -VERSION="0.6.6" +VERSION="0.7.9" CATEGORY="security" SHORT_DESC="New generation libcap library." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2 LGPL2.1" -WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" +WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" +WGET_URL="${WEB_SITE}$TARBALL" DEPENDS="" BUILD_DEPENDS="python" @@ -17,9 +18,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src - - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,6 +28,6 @@ { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr }