wok-6.x diff flex/receipt @ rev 8163
imported patch commit_inprogress/libsasl-modules.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
parents | 7cb52edaecc3 |
children | 61d3b0ce3a2b |
line diff
1.1 --- a/flex/receipt Sun Jan 10 12:41:44 2010 +0000 1.2 +++ b/flex/receipt Thu Jan 27 00:20:49 2011 +0100 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.