wok diff flex/receipt @ rev 9595

Add gens-gs back in. It was fixed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 16:24:21 2011 +0000 (2011-04-12)
parents 7cb52edaecc3
children 61d3b0ce3a2b
line diff
     1.1 --- a/flex/receipt	Sun Jan 10 12:41:44 2010 +0000
     1.2 +++ b/flex/receipt	Tue Apr 12 16:24:21 2011 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Flex is a fast lexical analyser generator."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="m4"
     1.8 -BUILD_DEPENDS="m4"
     1.9 +DEPENDS="bison"
    1.10 +BUILD_DEPENDS="bison"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://flex.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14 @@ -15,13 +15,9 @@
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 -	./configure \
    1.19 -		--prefix=/usr \
    1.20 -		--infodir=/usr/share/info \
    1.21 -		--mandir=/usr/share/man \
    1.22 -		$CONFIGURE_ARGS
    1.23 -	make
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	./configure &&
    1.26 +	make &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.