[arch-commits] Commit in libimobiledevice/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Aug 9 12:21:53 UTC 2011
Date: Tuesday, August 9, 2011 @ 08:21:53
Author: ibiru
Revision: 134921
gnutls 3.0.0 rebuild, add libgcrypt to dependency
Modified:
libimobiledevice/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-09 12:08:50 UTC (rev 134920)
+++ PKGBUILD 2011-08-09 12:21:53 UTC (rev 134921)
@@ -4,12 +4,12 @@
pkgname=libimobiledevice
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://libimobiledevice.org/"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
-depends=('gnutls' 'glib2' 'libplist' 'usbmuxd')
+depends=('glib2' 'gnutls' 'libgcrypt' 'libplist' 'usbmuxd')
makedepends=('swig' 'python2')
options=('!libtool')
source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
@@ -21,7 +21,7 @@
cd "${srcdir}/${pkgname}-${pkgver}"
# SWIG version check is wrong (still not fixed upstream)
patch -p1 -i "$srcdir"/swig-version-check.patch
- ./configure --prefix=/usr
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list