wok-6.x diff make/receipt @ rev 8570
imported patch get/shell-fm
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | a882d098ba64 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/make/receipt Mon Jan 17 18:24:29 2011 +0100 1.2 +++ b/make/receipt Sun Feb 13 22:57:56 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.