wok diff m4/receipt @ rev 8674
Up: cmake to 2.8.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 18:45:12 2011 +0000 (2011-02-16) |
parents | 314aaa73e1d5 |
children | ba2f70e04a6a |
line diff
1.1 --- a/m4/receipt Thu Sep 16 20:57:21 2010 +0000 1.2 +++ b/m4/receipt Wed Feb 16 18:45:12 2011 +0000 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.