summaryrefslogtreecommitdiffstats
path: root/libplist/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libplist/Pkgfile')
-rwxr-xr-xlibplist/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/libplist/Pkgfile b/libplist/Pkgfile
deleted file mode 100755
index 83aa59e..0000000
--- a/libplist/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Librairie pour materiel Apple
-# URL: http://libimobiledevice.org/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: cmake, libxml2, swig
-# Run on: libxml2,swig
-
-name=libplist
-version=1.3
-release=1
-source=(http://cloud.github.com/downloads/JonathanBeck/$name/$name-$version.tar.bz2)
-
-build() {
- mkdir build
- cd build
- PYTHON=/usr/bin/python2 cmake ../$name-$version \
- -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2
- make
- make DESTDIR=$PKG install
-}