wok rev 8199

imported patch toolchain/make.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents db11cb5cb895
children f43b0c1cf3d6
files make/receipt
line diff
     1.1 --- a/make/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/make/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU Make to generate executables and other files from source."
     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/make/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -19,11 +21,7 @@
    1.13  	# http://savannah.gnu.org/bugs/?30723
    1.14  	patch -Np1 -i ../stuff/bug30723.patch
    1.15  
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 -	make check
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 +	./configure && make && make check && make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.