wok-next diff libstroke/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents 0a667524ce79
children d5aab818505e
line diff
     1.1 --- a/libstroke/receipt	Mon Oct 16 22:34:14 2017 +0300
     1.2 +++ b/libstroke/receipt	Fri Apr 27 10:53:56 2018 +0300
     1.3 @@ -14,12 +14,13 @@
     1.4  BUILD_DEPENDS="patch gfortran xorg-libXt-dev"
     1.5  SPLIT="libstroke-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  		libstroke)