diff options
author | sibel <lesibel@free.fr> | 2011-01-04 22:02:12 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-04 22:02:12 +0100 |
commit | 038c69f2b79e30ad38a4ead3512bc6c12d5b8c6b (patch) | |
tree | f1a2e424a49487fa759a44ec5b78655ca1701701 | |
parent | a5b2a732d84b8c911f2fe06ec098a4c9fb97b64f (diff) | |
download | nutyx-pakxe-038c69f2b79e30ad38a4ead3512bc6c12d5b8c6b.tar.gz nutyx-pakxe-038c69f2b79e30ad38a4ead3512bc6c12d5b8c6b.tar.bz2 nutyx-pakxe-038c69f2b79e30ad38a4ead3512bc6c12d5b8c6b.tar.xz nutyx-pakxe-038c69f2b79e30ad38a4ead3512bc6c12d5b8c6b.zip |
libplist, correction port
-rwxr-xr-x | extra/libplist/Pkgfile | 7 |
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 |