wok-6.x diff parted/receipt @ rev 1544
smbwebclient: exit on wget error
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 14:07:18 2008 +0000 (2008-10-11) |
parents | cf22fee17710 |
children | 89e187b7d309 |
line diff
1.1 --- a/parted/receipt Wed Feb 13 15:26:29 2008 +0100 1.2 +++ b/parted/receipt Sat Oct 11 14:07:18 2008 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="GNU parted partition editor." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +BUILD_DEPENDS="e2fsprogs-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -20,8 +21,8 @@ 1.12 --disable-debug \ 1.13 --disable-Werror \ 1.14 --without-readline \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21