From f2544e7c5e5bbc1f76b7bbad2f9b7bce1b3316fa Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 24 Oct 2011 12:34:09 +0200 Subject: libplist 1.3-1 ajout port --- libplist/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 libplist/Pkgfile (limited to 'libplist/Pkgfile') diff --git a/libplist/Pkgfile b/libplist/Pkgfile new file mode 100755 index 0000000..83aa59e --- /dev/null +++ b/libplist/Pkgfile @@ -0,0 +1,22 @@ +# 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 +} -- cgit v1.2.3-70-g09d2