diff options
author | AmatCoder <amatcoder@gmail.com> | 2014-12-23 21:29:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-24 12:48:58 +0000 |
commit | 9fcfaf3ed694c46cf99946c916a96f1bd21d759f (patch) | |
tree | 45ba8decd9bde2b2ae969323e27519c518b716a3 /testing | |
parent | d677884b977ca85d1cd247e328d244602843c686 (diff) | |
download | aports-9fcfaf3ed694c46cf99946c916a96f1bd21d759f.tar.bz2 aports-9fcfaf3ed694c46cf99946c916a96f1bd21d759f.tar.xz |
testing/amule: fix build on x86
removing charset.alias
Diffstat (limited to 'testing')
-rw-r--r-- | testing/amule/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD index 5e835fb227..87c30de29e 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" |