wok diff splint/receipt @ rev 24454
gnustep-back: added dependency icu
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 16 07:53:02 2022 +0100 (2022-02-16) |
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 Feb 16 07:53:02 2022 +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.