wok-current diff gdbm/receipt @ rev 8555
imported patch get/firefox-langpack-zh_TW
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 53e1828da719 |
children | 72ccbd1efeb2 |
line diff
1.1 --- a/gdbm/receipt Wed Nov 17 03:47:52 2010 +0000 1.2 +++ b/gdbm/receipt Sun Feb 13 22:57:56 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.