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

Giovanni Scafora giovanni at archlinux.org
Sun Jan 4 14:11:34 UTC 2009


    Date: Sunday, January 4, 2009 @ 09:11:33
  Author: giovanni
Revision: 23164

upgpkg: amule 2.2.3-2
    Added support to geoip

Modified:
  amule/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-04 13:34:19 UTC (rev 23163)
+++ PKGBUILD	2009-01-04 14:11:33 UTC (rev 23164)
@@ -4,18 +4,18 @@
 
 pkgname=amule
 pkgver=2.2.3
-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>=2.8.0.1' 'gd>=2.0.34' 'binutils>=2.17.50.0.18')
+depends=('wxgtk>=2.8.0.1' 'gd>=2.0.34' 'geoip' 'binutils>=2.17.50.0.18')
 makedepends=('crypto++')
 source=(http://downloads.sourceforge.net/sourceforge/amule/aMule-${pkgver}.tar.bz2)
 md5sums=('64a0d41edbdd7cf36fa892e45a652bfd')
 
 build() {
-  cd ${startdir}/src/aMule-${pkgver}
+  cd ${srcdir}/aMule-${pkgver}
 
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
@@ -28,8 +28,11 @@
               --enable-alcc \
               --enable-webserver \
               --disable-debug \
-              --enable-optimize
+              --enable-optimize \
+	      --enable-ccache \
+	      --enable-geoip
 
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir}/ install || return 1
 }
+




More information about the arch-commits mailing list