wok annotate amule/receipt @ 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 f4c22f009037
children cf52fb976ae5
rev   line source
pankso@4078 1 # SliTaz package receipt.
pankso@4078 2
pankso@4078 3 PACKAGE="amule"
slaxemulator@11644 4 VERSION="2.3.1"
pankso@4078 5 CATEGORY="network"
pankso@4078 6 SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks."
pankso@4078 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
slaxemulator@11644 9 #SOURCE="aMule-SVN"
slaxemulator@11644 10 SOURCE="aMule"
pascal@11648 11 TARBALL="$SOURCE-$VERSION.tar.xz"
pankso@4078 12 WEB_SITE="http://www.amule.org/"
pascal@11648 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14528 14 TAGS="p2p peer-to-peer fileshare"
pankso@4078 15
pascal@18797 16 DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm cyptopp zlib"
pascal@15201 17 BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev"
pascal@15201 18
pankso@4078 19 # Rules to configure and make the package.
pankso@4078 20 compile_rules()
pankso@4078 21 {
pankso@4078 22 ./configure \
pankso@4078 23 --prefix=/usr \
pankso@4078 24 $CONFIGURE_ARGS &&
gokhlayeh@11574 25 make $MAKEFLAGS &&
slaxemulator@11644 26 make DESTDIR=$DESTDIR install
pankso@4078 27 }
pankso@4078 28
pankso@4078 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4078 30 genpkg_rules()
pankso@4078 31 {
slaxemulator@11644 32 mkdir -p $fs/usr/share
pascal@15201 33 cp -a $install/usr/bin $fs/usr
pascal@15201 34 cp -a $install/usr/share/amule $fs/usr/share
pankso@4078 35 # Remove unused files in this base package.
pankso@4078 36 rm $fs/usr/share/amule/skins/kde4.zip
pankso@4078 37 rm $fs/usr/share/amule/skins/gnome.zip
pankso@4078 38 }