wok diff make/receipt @ rev 9405
Up: slitaz-boot-scripts (4.2) - We all want a new cooking...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 28 17:16:23 2011 +0200 (2011-03-28) |
parents | a882d098ba64 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/make/receipt Mon Jan 17 18:24:29 2011 +0100 1.2 +++ b/make/receipt Mon Mar 28 17:16:23 2011 +0200 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.