#Maintainer: Maximus (maximuus[at]gmail[dot]com)

pkgname=libgee
pkgver=0.6.1
pkgrel=1mb
source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/libgee-0.6.1.tar.bz2)
sourcetemplate=http://people.salixos.org/maximus/$pkgname/$pkgver
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://live.gnome.org/Libgee

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libgee - a GObject collection library"
"Libgee is a collection library providing GObject-based interfaces and"
"classes for commonly used data structures."
"Libgee is written in Vala and can be used like any GObject-based C"
"library. It's planned to provide bindings for further languages."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc
	make || return 1
	make install DESTDIR=$startdir/pkg
}