wok diff flex/receipt @ rev 1645

Add babl, babl-dev, gegl, gegl-dev. Pave the road to Gimp 2.6
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Nov 08 13:31:14 2008 +0000 (2008-11-08)
parents 17a39e4461e4
children 2f3ab9e8fe47
line diff
     1.1 --- a/flex/receipt	Wed Feb 13 14:06:08 2008 +0100
     1.2 +++ b/flex/receipt	Sat Nov 08 13:31:14 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Flex is a fast lexical analyser generator."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS=""
     1.7 +BUILD_DEPENDS="m4"
     1.8  WANTED=""
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://flex.sourceforge.net/"
    1.11 @@ -16,8 +17,8 @@
    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 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21