wok diff bison/receipt @ rev 22215

updated xorg-libXfont and xorg-libXfont-dev (1.4.5 -> 1.5.4)
author Hans-G?nter Theisgen
date Mon Nov 11 16:18:32 2019 +0100 (2019-11-11)
parents f4c22f009037
children 1b90442b7758
line diff
     1.1 --- a/bison/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/bison/receipt	Mon Nov 11 16:18:32 2019 +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