aboutsummaryrefslogtreecommitdiffstats
path: root/testing/amule
diff options
context:
space:
mode:
Diffstat (limited to 'testing/amule')
-rw-r--r--testing/amule/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD
index 60e8890ec8..37fb536a3c 100644
--- a/testing/amule/APKBUILD
+++ b/testing/amule/APKBUILD
@@ -3,12 +3,12 @@
pkgname=amule
_commit=21c3aa111bc8ff04c876494054580a7ccaa6a3a4
pkgver=11015
-pkgrel=0
+pkgrel=1
pkgdesc="An eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org"
arch="all"
license="GPL-2.0-or-later"
-makedepends="bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
+makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
subpackages="$pkgname-lang $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/amule.git/snapshot/$_commit.tar.gz"
@@ -32,7 +32,8 @@ build() {
--enable-geoip \
--enable-upnp \
--enable-ccache \
- --disable-debug
+ --disable-debug \
+ --with-boost
make
}