summaryrefslogtreecommitdiffstats
path: root/testing/amule
diff options
context:
space:
mode:
Diffstat (limited to 'testing/amule')
-rw-r--r--testing/amule/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD
index 5e835fb22..87c30de29 100644
--- a/testing/amule/APKBUILD
+++ b/testing/amule/APKBUILD
@@ -3,10 +3,10 @@
pkgname=amule
pkgsvn=aMule-SVN-r
pkgver=10852
-pkgrel=0
+pkgrel=1
pkgdesc="An eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org"
-arch="x86_64"
+arch="all"
license="GPL2"
depends=""
depends_dev="crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk2.8-dev"
@@ -51,6 +51,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm -f "$pkgdir"/usr/lib/charset.alias
}
md5sums="7869cd9f40f709b084b5b4d9d726f7e7 aMule-SVN-r10852.tar.bz2"