summaryrefslogtreecommitdiffstats
path: root/libplist/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-19 22:35:30 +0000
committerpiernov <piernov@piernov.org>2012-05-19 22:35:30 +0000
commitbd3cf2d514c3fab7e47e786cf77ad8be3f1cccaf (patch)
tree9c95966fcad08537c0c537eebf6950cbe9512e7e /libplist/Pkgfile
parent77190cf0afb0205e239f8ce0bdb84d9a977e0c15 (diff)
downloadgnome3-bd3cf2d514c3fab7e47e786cf77ad8be3f1cccaf.tar.gz
gnome3-bd3cf2d514c3fab7e47e786cf77ad8be3f1cccaf.tar.bz2
gnome3-bd3cf2d514c3fab7e47e786cf77ad8be3f1cccaf.tar.xz
gnome3-bd3cf2d514c3fab7e47e786cf77ad8be3f1cccaf.zip
libplist dans extra
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
-}