wok diff reiserfsprogs/receipt @ rev 2670

Fix: php BUILD_DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 20 15:47:52 2009 +0200 (2009-04-20)
parents 3c46706775f3
children 0588160a6878
line diff
     1.1 --- a/reiserfsprogs/receipt	Sun Jul 20 23:51:51 2008 +0200
     1.2 +++ b/reiserfsprogs/receipt	Mon Apr 20 15:47:52 2009 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="ReiserFS tools"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="linux-reiserfs"
     1.8 +DEPENDS="linux-reiserfs libuuid"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
    1.11  WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
    1.12 @@ -15,8 +15,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --sbindir=/sbin \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22