json-glib: also build static library
This commit is contained in:
parent
c21cd7bae0
commit
fa3c714a84
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'json-glib-devel'.
|
# Template file for 'json-glib-devel'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ Add_dependency run json-glib
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share usr
|
vmove usr/share usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Template build file for 'json-glib'.
|
# Template build file for 'json-glib'.
|
||||||
pkgname=json-glib
|
pkgname=json-glib
|
||||||
version=0.14.2
|
version=0.14.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
||||||
|
configure_args="--enable-static"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
revision=2
|
||||||
short_desc="A JSON parser for GLib-based libraries and applications"
|
short_desc="A JSON parser for GLib-based libraries and applications"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue