glib: also build static library
This commit is contained in:
parent
fe3523068d
commit
20728a0c6a
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'glib-devel'.
|
# Template file for 'glib-devel'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ do_install()
|
||||||
vmove usr/lib/glib-2.0 usr/lib
|
vmove usr/lib/glib-2.0 usr/lib
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/lib/gdbus-2.0 usr/lib
|
vmove usr/lib/gdbus-2.0 usr/lib
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
||||||
for f in gtk-doc aclocal glib-2.0 gdb; do
|
for f in gtk-doc aclocal glib-2.0 gdb; do
|
||||||
vmove usr/share/${f} usr/share
|
vmove usr/share/${f} usr/share
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.30.3
|
version=2.30.3
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/glib/2.30/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.30/glib-$version.tar.xz"
|
||||||
configure_args="--disable-fam --with-pcre=system"
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The GNU library of C routines"
|
short_desc="The GNU library of C routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue