33 lines
874 B
Text
33 lines
874 B
Text
# Template file for 'libgee08'
|
|
pkgname=libgee08
|
|
version=0.10.2
|
|
wrksrc=libgee-${version}
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="libglib-devel vala-devel>=0.20"
|
|
short_desc="GObject collection library (0.8.x API)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://live.gnome.org/Libgee"
|
|
distfiles="${GNOME_SITE}/libgee/0.10/libgee-${version}.tar.xz"
|
|
checksum=b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c
|
|
|
|
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"
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/vala
|
|
}
|
|
}
|
|
|
|
libgee08_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|