wok-current diff wxdfast/receipt @ rev 3117
c-client: use busybox tar
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 18 21:47:38 2009 +0200 (2009-05-18) |
parents | 03a799424aaa |
children | 2c679ce49f4c |
line diff
1.1 --- a/wxdfast/receipt Fri Sep 26 09:21:16 2008 +0000 1.2 +++ b/wxdfast/receipt Mon May 18 21:47:38 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Download Manager." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="wxWidgets" 1.8 +DEPENDS="wxWidgets libiconv xorg-libXdamage" 1.9 BUILD_DEPENDS="wxWidgets-dev" 1.10 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.11 WEB_SITE="http://dfast.sourceforge.net/index.html" 1.12 @@ -17,8 +17,8 @@ 1.13 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 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