Skip to content
Snippets Groups Projects
Commit 37a92cdb authored by J0WI's avatar J0WI Committed by Leo
Browse files

testing/amule: upgrade to 2.3.3

parent e9266d57
1 merge request!20364testing/amule: upgrade to 2.3.3
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=amule
_commit=eba0b7ac753680264a77b3dff12f82665ff180d4
pkgver=11066
pkgrel=2
_pkgname=aMule
pkgver=2.3.3
pkgrel=0
pkgdesc="eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org"
url="https://www.amule.org/"
arch="all"
license="GPL-2.0-or-later"
makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev
wxgtk3-dev"
options="!check" # unexpected end of file
subpackages="$pkgname-lang $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/amule.git/snapshot/$_commit.tar.gz"
source="$_pkgname-$pkgver.tar.xz::https://downloads.sourceforge.net/project/amule/aMule/2.3.3/aMule-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-${_commit:0:7}"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
./configure \
......@@ -24,23 +25,28 @@ build() {
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-amule-daemon \
--enable-amulecmd \
--enable-amule-gui \
--enable-webserver \
--enable-alc \
--enable-alcc \
--enable-amule-daemon \
--enable-amule-gui \
--enable-amulecmd \
--enable-ccache \
--enable-geoip \
--enable-optimize \
--enable-upnp \
--enable-ccache \
--enable-webserver \
--disable-debug \
--with-boost \
--with-wx-config=wx-config-gtk3
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="e4e42ba81852faa818f6ece0ed54d1c3a79684eb5e9c892ca99dc07d8eb8639dc7ea9dac31d6d20302f8b48f2f2a39780e4e7fa67c0a8dc597b16e7fcc28c7dd amule-11066.tar.gz"
sha512sums="a5a80c5ddd1e107d92070c1d8e232c2762c4c54791abc067c739eef7c690062ed164dd7733808f80c762719261162aeb3d602308964dda2670a0bb059d87b74e aMule-2.3.3.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment