wok diff fluidsynth/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents a00bf44ed23d
children 10cf9ef87cc1
line diff
     1.1 --- a/fluidsynth/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/fluidsynth/receipt	Sun May 20 11:05:25 2018 +0000
     1.3 @@ -15,11 +15,12 @@
     1.4  
     1.5  # Rules to configure and make the package.
     1.6  
     1.7 -compile_rules() {
     1.8 -  cd $src
     1.9 -  ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS &&
    1.10 -  make &&
    1.11 -  make DESTDIR=$DESTDIR install
    1.12 +compile_rules()
    1.13 +{
    1.14 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.15 +	./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS &&
    1.16 +	make &&
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  	
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.