summaryrefslogtreecommitdiffstats
path: root/extra/libimobiledevice/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-15 12:20:01 +0100
committersibel <lesibel@free.fr>2011-01-15 12:20:01 +0100
commit89064a96e76db730fe7ccf6a5deb4707a06afd08 (patch)
tree0ffa4c45ccccd4063c0d6675d324f28258aa5354 /extra/libimobiledevice/Pkgfile
parente27d01cfa1c94ff99401c23765676cbe0f173b42 (diff)
downloadnutyx-pakxe-89064a96e76db730fe7ccf6a5deb4707a06afd08.tar.gz
nutyx-pakxe-89064a96e76db730fe7ccf6a5deb4707a06afd08.tar.bz2
nutyx-pakxe-89064a96e76db730fe7ccf6a5deb4707a06afd08.tar.xz
nutyx-pakxe-89064a96e76db730fe7ccf6a5deb4707a06afd08.zip
libimobiledevice, maj 1.0.4-2
Diffstat (limited to 'extra/libimobiledevice/Pkgfile')
-rw-r--r--extra/libimobiledevice/Pkgfile13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/libimobiledevice/Pkgfile b/extra/libimobiledevice/Pkgfile
index bed28932d..c735d4f8f 100644
--- a/extra/libimobiledevice/Pkgfile
+++ b/extra/libimobiledevice/Pkgfile
@@ -5,14 +5,17 @@
# Depends on: gnutls, libplist, usbmuxd, libtasn1
name=libimobiledevice
-version=1.0.2
-release=1
-source=(http://libimobiledevice.org/downloads/$name-$version.tar.bz2)
-
+version=1.0.4
+release=2
+source=(http://libimobiledevice.org/downloads/$name-$version.tar.bz2 \
+ libimobiledevice-1.0.4-swig-version.patch)
build() {
cd $name-$version
- ./configure --prefix=/usr
+
+ patch -p1 -i ../libimobiledevice-1.0.4-swig-version.patch
+
+ PYTHON=python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}