void-packages/srcpkgs/jsoncpp/template
2016-07-10 00:24:50 +02:00

27 lines
773 B
Bash

# Template build file for 'jsoncpp'.
pkgname=jsoncpp
version=1.7.4
revision=1
build_style=cmake
configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
short_desc="A JSON implementation in C++"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public Domain, MIT"
homepage="https://github.com/open-source-parsers/jsoncpp"
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
checksum=10dcd0677e80727e572a1e462193e51a5fde3e023b99e144b2ee1a469835f769
post_install() {
vlicense LICENSE
}
jsoncpp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}