18 lines
656 B
Plaintext
18 lines
656 B
Plaintext
# Template file for 'libgee'
|
|
pkgname=libgee
|
|
version=0.6.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-static --with-pic=yes"
|
|
makedepends="pkg-config intltool glib-devel vala-devel gobject-introspection"
|
|
subpackages="$pkgname-devel"
|
|
short_desc="GObject collection library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://live.gnome.org/Libgee"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
|
checksum=99b78db2492c533e386a07bce9aab1de4bdf23284b1a485b893683de388fff48
|
|
long_desc="
|
|
Libgee is a collection library providing GObject-based interfaces and classes
|
|
for commonly used data structures."
|