From c9eda6d64f5300bae1d43c4c2b427f877766b5d7 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 24 Oct 2011 12:52:22 +0200 Subject: libimobiledevice 1.1.1-1 ajout port --- libimobiledevice/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libimobiledevice/Pkgfile (limited to 'libimobiledevice/Pkgfile') diff --git a/libimobiledevice/Pkgfile b/libimobiledevice/Pkgfile new file mode 100644 index 0000000..1d16c8c --- /dev/null +++ b/libimobiledevice/Pkgfile @@ -0,0 +1,20 @@ +# Description: Bibliothèque permettant la connexion aux iPhone et iPod Touch +# URL: http://libimobiledevice.org +# Maintainer: NuTyX Core team +# Packager: piernov +# Depends on: glib, libplist, libtasn1, usbmuxd, gnutls, libgcrypt, swig +# Run on: glib,libplist,libtasn1,usbmuxd,gnutls,libgcrypt + +name=libimobiledevice +version=1.1.1 +release=1 +source=(http://www.libimobiledevice.org/downloads/$name-$version.tar.bz2 + swig-version-check.patch) + +build() { + cd $name-$version + patch -p1 < ../swig-version-check.patch + PYTHON=/usr/bin/python2 ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf