json-glib: also build static library

This commit is contained in:
davehome 2012-03-15 06:08:07 -06:00
parent c21cd7bae0
commit fa3c714a84
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Template file for 'json-glib-devel'.
#
revision=1
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
@ -10,6 +11,7 @@ Add_dependency run json-glib
do_install()
{
vmove "usr/lib/*.a" usr/lib
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib

View File

@ -1,7 +1,9 @@
# Template build file for 'json-glib'.
pkgname=json-glib
version=0.14.2
revision=1
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
configure_args="--enable-static"
build_style=gnu-configure
revision=2
short_desc="A JSON parser for GLib-based libraries and applications"