wok-current diff flex/receipt @ rev 10900
busybox/httpd: add slitaz style in directory index (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 15 12:10:53 2011 +0200 (2011-07-15) |
parents | 61d3b0ce3a2b |
children | 2d437cc7c50c |
line diff
1.1 --- a/flex/receipt Fri May 20 08:58:54 2011 +0200 1.2 +++ b/flex/receipt Fri Jul 15 12:10:53 2011 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Flex is a fast lexical analyser generator." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="bison" 1.8 -BUILD_DEPENDS="bison" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://flex.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="bison" 1.14 +BUILD_DEPENDS="bison" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {