wok diff splint/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 877323c753e7
children 934055de50e2
line diff
     1.1 --- a/splint/receipt	Thu Mar 05 11:18:13 2015 -0300
     1.2 +++ b/splint/receipt	Mon Apr 27 09:29:39 2020 +0000
     1.3 @@ -10,13 +10,13 @@
     1.4  WEB_SITE="http://www.splint.org/"
     1.5  WGET_URL="http://www.splint.org/downloads/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="flex bison"
     1.8 +BUILD_DEPENDS="flex autoconf automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -    cd $src
    1.14 -    ./configure $CONFIGURE_ARGS && make -j1 && make install
    1.15 +	autoreconf -i
    1.16 +	./configure $CONFIGURE_ARGS && make -j1 && make install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.