wok diff splint/receipt @ rev 23039

updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author Hans-G?nter Theisgen
date Wed Mar 04 09:31:52 2020 +0100 (2020-03-04)
parents 877323c753e7
children 934055de50e2
line diff
     1.1 --- a/splint/receipt	Thu Mar 05 11:18:13 2015 -0300
     1.2 +++ b/splint/receipt	Wed Mar 04 09:31:52 2020 +0100
     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.