wok diff libcap-ng/receipt @ rev 21406
updated lynx (2.8.8 -> 2.8.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 23 15:36:59 2019 +0100 (2019-04-23) |
parents | 6c3718ca17b6 |
children | 453c249b6219 |
line diff
1.1 --- a/libcap-ng/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/libcap-ng/receipt Tue Apr 23 15:36:59 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcap-ng" 1.7 -VERSION="0.6.6" 1.8 +VERSION="0.7.9" 1.9 CATEGORY="security" 1.10 SHORT_DESC="New generation libcap library." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2 LGPL2.1" 1.13 -WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" 1.14 +WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}$TARBALL" 1.19 1.20 DEPENDS="" 1.21 BUILD_DEPENDS="python" 1.22 @@ -17,9 +18,9 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - 1.28 - ./configure $CONFIGURE_ARGS && make && make install 1.29 + ./configure $CONFIGURE_ARGS && 1.30 + make -j 1 && 1.31 + make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 @@ -27,6 +28,6 @@ 1.36 { 1.37 mkdir -p $fs/usr/lib 1.38 1.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.40 - cp -a $install/usr/bin $fs/usr 1.41 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.42 + cp -a $install/usr/bin $fs/usr 1.43 }