wok-next diff libspectrum/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 0a667524ce79
children 342b30daff76
line diff
     1.1 --- a/libspectrum/receipt	Mon Oct 16 22:34:14 2017 +0300
     1.2 +++ b/libspectrum/receipt	Tue May 29 15:17:41 2018 +0300
     1.3 @@ -14,12 +14,13 @@
     1.4  BUILD_DEPENDS="perl zlib-dev libgcrypt-dev bzip2-dev glib-dev audiofile-dev"
     1.5  SPLIT="libspectrum-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8  compile_rules() {
     1.9 -	./configure $CONFIGURE_ARGS && make && make install
    1.10 +	./configure $CONFIGURE_ARGS &&
    1.11 +	fix libtool &&
    1.12 +	make &&
    1.13 +	make install
    1.14  }
    1.15  
    1.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules() {
    1.18  	case $PACKAGE in
    1.19  		libspectrum)