# Template build file for 'jsoncpp'. pkgname=jsoncpp version=1.7.7 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 " 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=087640ebcf7fbcfe8e2717a0b9528fff89c52fcf69fa2a18cc2b538008098f97 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 } }