mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
libplist: needs Cython; disable parallel build.
This commit is contained in:
parent
e64334cfa6
commit
614e2fc641
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'libplist'
|
# Template file for 'libplist'
|
||||||
pkgname=libplist
|
pkgname=libplist
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=1
|
revision=2
|
||||||
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_SKIP_RPATH=ON"
|
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"
|
short_desc="Apple Property List library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://libimobiledevice.org/"
|
homepage="http://libimobiledevice.org/"
|
||||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec
|
checksum=a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec
|
||||||
|
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue