libplist: needs Cython; disable parallel build.

This commit is contained in:
Juan RP 2013-01-03 13:11:22 +01:00
parent e64334cfa6
commit 614e2fc641

View File

@ -1,14 +1,16 @@
# Template file for 'libplist'
pkgname=libplist
version=1.8
revision=1
revision=2
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
build_style=cmake
configure_args="-DCMAKE_SKIP_RPATH=ON"
makedepends="cmake swig python-devel glib-devel libxml2-devel"
makedepends="cmake swig python-devel glib-devel libxml2-devel Cython"
short_desc="Apple Property List library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://libimobiledevice.org/"
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
checksum=a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec
disable_parallel_build=yes