wok-6.x diff amule/receipt @ rev 4190
vnc2swf: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 15:37:52 2009 +0200 (2009-09-23) |
parents | |
children | e878b3231d7f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/amule/receipt Wed Sep 23 15:37:52 2009 +0200 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="amule" 1.7 +VERSION="2.2.5" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +SOURCE="aMule" 1.12 +DEPENDS="wxWidgets libupnp" 1.13 +BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp" 1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.amule.org/" 1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure \ 1.23 + --prefix=/usr \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && 1.26 + make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/share 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $_pkg/usr/share/amule $fs/usr/share 1.35 + # Remove unused files in this base package. 1.36 + rm $fs/usr/bin/autostart-xas 1.37 + rm $fs/usr/share/amule/skins/kde4.zip 1.38 + rm $fs/usr/share/amule/skins/gnome.zip 1.39 +}