21 lines
720 B
Text
21 lines
720 B
Text
# Template file for 'libplist'
|
|
pkgname=libplist
|
|
version=1.4
|
|
homepage="http://libimobiledevice.org/"
|
|
distfiles="http://www.libimobiledevice.org/downloads/$pkgname-$version.tar.bz2"
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_SKIP_RPATH=ON"
|
|
short_desc="Apple Property List library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, LGPL-2.1"
|
|
checksum=2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71
|
|
long_desc="
|
|
libplist is a library to handle Apple Binary and XML Property Lists."
|
|
|
|
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
|
|
|
Add_dependency build cmake
|
|
Add_dependency build swig
|
|
Add_dependency build python-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libxml2-devel
|