wok-6.x diff amule/receipt @ rev 17105
Add qps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Aug 30 23:57:51 2014 +0200 (2014-08-30) |
parents | 9b6bb1d6033f |
children | a0382d5cd8f9 |
line diff
1.1 --- a/amule/receipt Sat May 18 09:08:05 2013 +0200 1.2 +++ b/amule/receipt Sat Aug 30 23:57:51 2014 +0200 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 #SOURCE="aMule-SVN" 1.9 SOURCE="aMule" 1.10 -DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" 1.11 -BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" 1.12 TARBALL="$SOURCE-$VERSION.tar.xz" 1.13 WEB_SITE="http://www.amule.org/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 TAGS="p2p peer-to-peer fileshare" 1.16 1.17 +DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" 1.18 +BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -29,8 +31,8 @@ 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/share 1.27 - cp -a $_pkg/usr/bin $fs/usr 1.28 - cp -a $_pkg/usr/share/amule $fs/usr/share 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/share/amule $fs/usr/share 1.31 # Remove unused files in this base package. 1.32 rm $fs/usr/share/amule/skins/kde4.zip 1.33 rm $fs/usr/share/amule/skins/gnome.zip