wok-current diff reiserfsprogs/receipt @ rev 3977
Update: firefox (BUILD_DEPENDS)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 10:36:45 2009 +0000 (2009-08-27) |
parents | 3c46706775f3 |
children | 0588160a6878 |
line diff
1.1 --- a/reiserfsprogs/receipt Sun Jul 20 23:51:51 2008 +0200 1.2 +++ b/reiserfsprogs/receipt Thu Aug 27 10:36:45 2009 +0000 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