[arch-commits] Commit in amule/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jan 23 11:47:22 UTC 2017
Date: Monday, January 23, 2017 @ 11:47:21
Author: arojas
Revision: 287196
Use Boost.Asio for networking (FS#52684)
Modified:
amule/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-23 11:26:57 UTC (rev 287195)
+++ PKGBUILD 2017-01-23 11:47:21 UTC (rev 287196)
@@ -7,13 +7,13 @@
pkgname=amule
pkgver=10983
-pkgrel=1
+pkgrel=2
pkgdesc="An eMule-like client for ed2k p2p network"
arch=('i686' 'x86_64')
url="http://www.amule.org"
license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-makedepends=('git' 'ccache')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'boost-libs')
+makedepends=('git' 'ccache' 'boost')
install=amule.install
source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
'amuled.systemd'
@@ -39,7 +39,8 @@
--enable-optimize \
--enable-ccache \
--enable-geoip \
- --enable-upnp
+ --enable-upnp \
+ --with-boost
make
}
More information about the arch-commits
mailing list