wok-6.x rev 8198
imported patch toolchain/m4.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | ef358edbf01d |
children | 573bc563a455 |
files | m4/receipt |
line diff
1.1 --- a/m4/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/m4/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -5,6 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU traditional Unix macro processor." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="glibc-base" 1.8 +BUILD_DEPENDS="gcc" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/m4/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -13,10 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + ./configure && make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.