libgee: also build static library

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

View file

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

View file

@ -1,8 +1,10 @@
# Template file for 'libgee'
pkgname=libgee
version=0.6.4
revision=1
homepage="http://live.gnome.org/Libgee"
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
configure_args="--enable-static"
build_style=gnu-configure
short_desc="GObject collection library"
maintainer="Juan RP <xtraeme@gmail.com>"