19 lines
683 B
Plaintext
19 lines
683 B
Plaintext
|
# Template file for 'libgee08'
|
||
|
pkgname=libgee08
|
||
|
version=0.8.2
|
||
|
wrksrc=libgee-${version}
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--disable-static"
|
||
|
makedepends="pkg-config intltool glib-devel vala-devel gobject-introspection"
|
||
|
subpackages="${pkgname}-devel"
|
||
|
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.8/libgee-${version}.tar.xz"
|
||
|
checksum=945b9f45487506bff8d895f9a50904bac6989f06615e6552f467d8ec0676629d
|
||
|
long_desc="
|
||
|
Libgee is a collection library providing GObject-based interfaces and classes
|
||
|
for commonly used data structures."
|