wok-next diff libcap-ng/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 0ec6086e21d6
children d5aab818505e
line diff
     1.1 --- a/libcap-ng/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libcap-ng/receipt	Fri Oct 12 16:40:30 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libcap-ng"
     1.7 -VERSION="0.7.8"
     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 @@ -12,10 +12,12 @@
    1.13  WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="python-dev swig coreutils-file-format"
    1.16 -SPLIT="libcap-ng-python libcap-ng-dev"
    1.17 +SPLIT="$PACKAGE-python $PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20 -	./configure $CONFIGURE_ARGS &&
    1.21 +	./configure \
    1.22 +		--disable-static \
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	fix libtool &&
    1.25  	make &&
    1.26  	make install