[arch-commits] Commit in mldonkey/trunk (PKGBUILD)

Anatol Pomozov anatolik at nymeria.archlinux.org
Mon Mar 17 14:59:00 UTC 2014


    Date: Monday, March 17, 2014 @ 15:58:59
  Author: anatolik
Revision: 107484

upgpkg: mldonkey 3.1.4-2

Enable upnp and natpmp features

Modified:
  mldonkey/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-17 14:47:33 UTC (rev 107483)
+++ PKGBUILD	2014-03-17 14:58:59 UTC (rev 107484)
@@ -3,12 +3,12 @@
 
 pkgname=mldonkey
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'
 license=(GPL)
-depends=(file gd)
+depends=(file gd miniupnpc libnatpmp)
 makedepends=(lablgtk2 librsvg ocaml)
 optdepends=('librsvg: GUI support'
             'gtk2: GUI support')
@@ -36,7 +36,7 @@
 
 build() {
   cd mldonkey-$pkgver
-  ./configure --prefix=/usr --enable-gui=newgui2
+  ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp
   make
 }
 




More information about the arch-commits mailing list