26 lines
678 B
Bash
26 lines
678 B
Bash
# Template file for 'jansson'
|
|
pkgname=jansson
|
|
version=2.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for encoding, decoding and manipulating JSON data"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.digip.org/jansson/"
|
|
distfiles="http://www.digip.org/jansson/releases/jansson-${version}.tar.bz2"
|
|
checksum=77094fc1e113da0e2e65479488a0719f859b8f5bde3a6a0da88a1c73a88b5698
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
jansson-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"
|
|
}
|
|
}
|