libgee: also build static library
This commit is contained in:
parent
20728a0c6a
commit
c21cd7bae0
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libgee-devel'.
|
# Template file for 'libgee-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 libgee
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'libgee'
|
# Template file for 'libgee'
|
||||||
pkgname=libgee
|
pkgname=libgee
|
||||||
version=0.6.4
|
version=0.6.4
|
||||||
|
revision=1
|
||||||
homepage="http://live.gnome.org/Libgee"
|
homepage="http://live.gnome.org/Libgee"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||||
|
configure_args="--enable-static"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GObject collection library"
|
short_desc="GObject collection library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue