SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "amule"

# SliTaz package receipt.

PACKAGE="amule"
VERSION="2.3.1"
CATEGORY="network"
SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks."
MAINTAINER="pankso@slitaz.org"
#SOURCE="aMule-SVN"
SOURCE="aMule"
DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm"
BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev"
TARBALL="$SOURCE-$VERSION.tar.xz"
WEB_SITE="http://www.amule.org/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="p2p peer-to-peer file-share"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        $CONFIGURE_ARGS &&
    make $MAKEFLAGS &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/amule $fs/usr/share
    # Remove unused files in this base package.
    rm $fs/usr/share/amule/skins/kde4.zip
    rm $fs/usr/share/amule/skins/gnome.zip
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)