wok rev 18797

amule: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 09 17:04:00 2016 +0100 (2016-01-09)
parents d7cfb1a5464d
children cf52fb976ae5
files amule/receipt
line diff
     1.1 --- a/amule/receipt	Fri Jan 08 22:31:54 2016 +0200
     1.2 +++ b/amule/receipt	Sat Jan 09 17:04:00 2016 +0100
     1.3 @@ -13,13 +13,12 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  TAGS="p2p peer-to-peer fileshare"
     1.6  
     1.7 -DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm"
     1.8 +DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm cyptopp zlib"
     1.9  BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		$CONFIGURE_ARGS &&