wok-next diff proj/receipt @ rev 20730

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents 9278a60d6895
children a3c581bf52b8
line diff
     1.1 --- a/proj/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/proj/receipt	Tue May 29 15:17:41 2018 +0300
     1.3 @@ -14,18 +14,18 @@
     1.4  
     1.5  SPLIT="proj-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	mkdir -p $DESTDIR/usr/bin
    1.12 -	./configure $CONFIGURE_ARGS && make && make install
    1.13 +
    1.14 +	./configure $CONFIGURE_ARGS &&
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25 -		proj) copy @std;;
    1.26 +		proj)  copy @std;;
    1.27  		*-dev) copy @dev;;
    1.28  	esac
    1.29  }