wok diff bison/receipt @ rev 1467

linux-source: build kernel in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 11:49:56 2008 +0000 (2008-10-04)
parents b61b574cf78e
children 7598aa756c11
line diff
     1.1 --- a/bison/receipt	Wed Feb 13 00:25:19 2008 +0100
     1.2 +++ b/bison/receipt	Sat Oct 04 11:49:56 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="GNU parser generator."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 +BUILD_DEPENDS="m4"
     1.8  WEB_SITE="http://www.gnu.org/software/bison/"
     1.9  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 @@ -14,9 +15,9 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	echo '#define YYENABLE_NLS 1' >> config.h
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	echo '#define YYENABLE_NLS 1' >> config.h &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23