summaryrefslogtreecommitdiffstats
path: root/extra/libplist
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-04 22:57:17 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-04 22:57:17 +0100
commite67ec6c7159c424297a7d0e9f9b911e6137211ae (patch)
tree478f4bff6537d79a68a71c0cfd1564829fee12ca /extra/libplist
parent848b65a76af5f2b42e12a8ff8f9fe75e34d340ed (diff)
parentd89c9ad87e5722d5d2d2c9d6b96be2af21441215 (diff)
downloadnutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.gz
nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.bz2
nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.xz
nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libplist')
-rwxr-xr-xextra/libplist/Pkgfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/extra/libplist/Pkgfile b/extra/libplist/Pkgfile
index cf4ff5acc..26fc6d203 100755
--- a/extra/libplist/Pkgfile
+++ b/extra/libplist/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://libimobiledevice.org/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
-# Depends on: cmake, libxml2, glib, python, swig
+# Depends on: cmake, libxml2, glib, python2, swig
name=libplist
version=1.3
@@ -10,11 +10,6 @@ release=1
source=(http://cloud.github.com/downloads/JonathanBeck/$name/$name-$version.tar.bz2)
build() {
- cd $SRC/$name-$version/cmake/modules
- cp /usr/share/cmake-2.8/Modules/FindPython*.cmake .
- sed -i -e 's#2.6#2.7 2.6#' FindPythonLibs.cmake
- sed -i -e 's#python2.6#python2.7 python2.6#' FindPythonInterp.cmake
-
cd $SRC
mkdir build
cd build