wok-next diff flex/receipt @ rev 12964
sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 31 18:52:02 2012 +0000 (2012-05-31) |
parents | 61d3b0ce3a2b |
children | 2d437cc7c50c |
line diff
1.1 --- a/flex/receipt Fri May 20 08:58:54 2011 +0200 1.2 +++ b/flex/receipt Thu May 31 18:52:02 2012 +0000 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 {