Skip to content
Snippets Groups Projects
Commit b8f02d5a authored by Leo's avatar Leo
Browse files

testing/amule: upgrade to 11015

parent 9b17d607
No related merge requests found
# Contributor: August Klein <amatcoder@gmail.com> # Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com> # Maintainer: August Klein <amatcoder@gmail.com>
pkgname=amule pkgname=amule
_pkgname=aMule-SVN-r _commit=21c3aa111bc8ff04c876494054580a7ccaa6a3a4
pkgver=10990 pkgver=11015
pkgrel=1 pkgrel=0
pkgdesc="An eMule-like client for the eD2k and Kademlia networks" pkgdesc="An eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org" url="http://www.amule.org"
arch="all" arch="all"
license="GPL-2.0" license="GPL-2.0-or-later"
makedepends="bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk2.8-dev" makedepends="bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
subpackages="$pkgname-lang $pkgname-doc" subpackages="$pkgname-lang $pkgname-doc"
source="http://amule.sourceforge.net/tarballs/${_pkgname}${pkgver}.tar.bz2" source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/amule.git/snapshot/$_commit.tar.gz"
builddir=$srcdir/${_pkgname}${pkgver}
prepare() { builddir="$srcdir/$pkgname-${_commit:0:7}"
cd "$builddir"
update_config_sub
}
build() { build() {
cd "$builddir"
./configure \ ./configure \
CPPFLAGS="$CPPFLAGS -Wno-unused-local-typedefs" \ CPPFLAGS="$CPPFLAGS -Wno-unused-local-typedefs" \
CFLAGS="$CFLAGS -fPIC" \ CFLAGS="$CFLAGS -fPIC" \
...@@ -28,7 +23,6 @@ build() { ...@@ -28,7 +23,6 @@ build() {
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--with-wxversion=2.8 \
--enable-amule-daemon \ --enable-amule-daemon \
--enable-amulecmd \ --enable-amulecmd \
--enable-amule-gui \ --enable-amule-gui \
...@@ -43,9 +37,8 @@ build() { ...@@ -43,9 +37,8 @@ build() {
} }
package() { package() {
cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
rm -f "$pkgdir"/usr/lib/charset.alias rm -f "$pkgdir"/usr/lib/charset.alias
} }
sha512sums="1883426e3d0e2a58227a5a95efcb3193d207e6b6c2d6c9c256aa430debc601ade3551f86c7519e9942d440cc1e87672b4d1e7f2dc69a8bb50bef89ddcb3170f5 aMule-SVN-r10990.tar.bz2" sha512sums="7c39aaff50c419197996123a77a9795dfeff302e22d7d3c11bee50d319c7839fb6e22393a13e789ca084ee9fd1748f842348bc7c71085dc318a8e8593f673a3b amule-11015.tar.gz"
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