wok-current diff bison/receipt @ rev 19747
xfce-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 18:41:09 2017 +0100 (2017-02-18) |
parents | f4c22f009037 |
children | 1b90442b7758 |
line diff
1.1 --- a/bison/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/bison/receipt Sat Feb 18 18:41:09 2017 +0100 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="GNU parser generator." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL3" 1.7 +WEB_SITE="http://www.gnu.org/software/bison/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://www.gnu.org/software/bison/" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 TAGS="parser language" 1.12 HOST_ARCH="i486 arm" 1.13 @@ -18,7 +18,6 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure $CONFIGURE_ARGS && 1.19 echo '#define YYENABLE_NLS 1' >> config.h && 1.20 make && make install