wok diff wxdfast/receipt @ rev 2886

pekwm: add custom keys, start and improve menu
author Rohit Joshi <jozee@slitaz.org>
date Mon May 04 12:27:31 2009 +0000 (2009-05-04)
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 04 12:27:31 2009 +0000
     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