# Maintainer : Neophytos Kolokotronis # Contributors from Arch: Ionut Biru pkgname=libplist pkgver=1.11 pkgrel=1 pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" url="http://libimobiledevice.org/" arch=('x86_64') license=('GPL2' 'LGPL2.1') depends=('glib2' 'libxml2') makedepends=('python2') options=('!makeflags') source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2") md5sums=('82de65f38cb2f0a9fd0839679b46072b') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install }