[arch-commits] Commit in libplist/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:32 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:32
  Author: heftig
Revision: 155203

db-move: moved libplist from [gnome-unstable] to [testing] (i686)

Added:
  libplist/repos/testing-i686/
  libplist/repos/testing-i686/PKGBUILD
    (from rev 155005, libplist/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libplist/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: libplist/repos/testing-i686/PKGBUILD (from rev 155005, libplist/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:32 UTC (rev 155203)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=1.8
+pkgrel=2
+pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
+url="http://libimobiledevice.org/"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2' 'python2')
+makedepends=('cmake' 'swig')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+      -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+      -DCMAKE_SKIP_RPATH=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list