wok-next diff libbytesize/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents b5f2a6ab88b6
children 84891766f573
line diff
     1.1 --- a/libbytesize/receipt	Sat Oct 13 17:31:50 2018 +0300
     1.2 +++ b/libbytesize/receipt	Thu Jan 24 05:20:16 2019 +0200
     1.3 @@ -12,8 +12,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/storaged-project/libbytesize/releases/download/$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gettext gmp-dev mpfr-dev pcre-dev"
     1.8 -SPLIT="libbytesize-python libbytesize libbytesize-dev"
     1.9 +BUILD_DEPENDS="gettext-dev gmp-dev mpfr-dev pcre-dev"
    1.10 +SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14 @@ -24,7 +24,7 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	case $PACKAGE in
    1.18 -		libbytesize-python)
    1.19 +		*-python)
    1.20  			copy *.py
    1.21  			DEPENDS="libbytesize python"
    1.22  			CAT="libs|python bindings"