summaryrefslogtreecommitdiffstats
path: root/libplist/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-04-19 12:38:25 +0200
committerorchidman <lesibel@free.fr>2012-04-19 12:38:25 +0200
commiteb6fd14efbf5862baadb946ab804d653446cc093 (patch)
tree65dda242ac34cae881e0728bc59eedab0e21e03d /libplist/Pkgfile
parent33017f2c8bd533340f7412add581cc82a6ba9924 (diff)
downloadnutyx-extra-eb6fd14efbf5862baadb946ab804d653446cc093.tar.gz
nutyx-extra-eb6fd14efbf5862baadb946ab804d653446cc093.tar.bz2
nutyx-extra-eb6fd14efbf5862baadb946ab804d653446cc093.tar.xz
nutyx-extra-eb6fd14efbf5862baadb946ab804d653446cc093.zip
libplist 1.8-1 ajout port
Diffstat (limited to 'libplist/Pkgfile')
-rw-r--r--libplist/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libplist/Pkgfile b/libplist/Pkgfile
new file mode 100644
index 000000000..6e92bd355
--- /dev/null
+++ b/libplist/Pkgfile
@@ -0,0 +1,22 @@
+# Description: A library to handle Apple Property List format whereas it's binary or XML
+# URL: http://libimobiledevice.org
+# Packager: lesibel at free dot fr
+# Maintainer: Gabriel Martinez < reitaka at gmail dot com >
+# Depends on: libxml2
+# Run on: libxml2
+
+name=libplist
+version=1.8
+release=1
+source=(http://www.libimobiledevice.org/downloads/$name-$version.tar.bz2)
+
+build() {
+ mkdir build
+ cd build
+ cmake ../$name-$version \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+ make
+ make DESTDIR=$PKG install
+}