wok-next view amule/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents dc626da69d4e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="amule"
4 VERSION="2.3.2"
5 CATEGORY="network"
6 SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.amule.org/"
11 TARBALL="aMule-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib-dev perl wxWidgets-dev libupnp-dev cryptopp gettext-dev"
16 compile_rules() {
17 ./configure \
18 --enable-optimize \
19 --disable-debug \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 rm $install/usr/share/pixmaps/amule.xpm
25 cp amule.png $install/usr/share/pixmaps/
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="cryptopp libbfd libupnp wxWidgets zlib"
31 TAGS="p2p peer-to-peer fileshare"
32 }