wok rev 8182

imported patch toolchain/gdbm.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:49 2011 +0100 (2011-01-27)
parents 4dfa82341af1
children a246ea85cf2b
files gdbm/receipt
line diff
     1.1 --- a/gdbm/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/gdbm/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="GNU database indexing library."
     1.6  MAINTAINER="pascal.bellard@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/gdbm"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -15,10 +17,9 @@
    1.13  	cd $src
    1.14  	sed -i  -e 's/BINOWN = bin/BINOWN = root/' \
    1.15  		-e 's/BINGRP = bin/BINGRP = root/' Makefile.in
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	./configure &&
    1.19  	make &&
    1.20 -	make INSTALL_ROOT=$PWD/_pkg install
    1.21 +	make INSTALL_ROOT=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.