43214774f4
Closes: #11576 [via git-merge-pr]
37 lines
1 KiB
Bash
37 lines
1 KiB
Bash
# Template file for 'libgee08'
|
|
pkgname=libgee08
|
|
version=0.20.1
|
|
revision=1
|
|
wrksrc="libgee-${version}"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static $(vopt_enable gir instrospection)"
|
|
hostmakedepends="pkg-config intltool $(vopt_if gir 'vala-devel gobject-introspection')"
|
|
makedepends="libglib-devel"
|
|
short_desc="GObject collection library (0.8.x API)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://live.gnome.org/Libgee"
|
|
distfiles="${GNOME_SITE}/libgee/${version%.*}/libgee-${version}.tar.xz"
|
|
checksum=bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630
|
|
|
|
# Package build options
|
|
build_options="gir"
|
|
|
|
# Disable gir for cross builds.
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|
|
|
|
libgee08-devel_package() {
|
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
if [ "$build_option_gir" ]; then
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/vala
|
|
fi
|
|
}
|
|
}
|