wok diff m4/receipt @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents 314aaa73e1d5
children ba2f70e04a6a
line diff
     1.1 --- a/m4/receipt	Thu Sep 16 20:57:21 2010 +0000
     1.2 +++ b/m4/receipt	Thu Feb 24 16:18:46 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.