#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)

pkgname=eel
pkgver=2.24.1
pkgrel=1gv
arch=i486
source=("http://ftp.acc.umu.se/pub/GNOME/sources/eel/2.24/eel-2.24.1.tar.bz2")
docs=("readme" "install" "copying" "copying.lib" "changelog" "authors" "news" "todo" "hacking" "maintainers")
url=www.gnome.org
options=('noautodotnew')

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"eel (Eazel Extensions Library)"
"The EEL package contains the Eazel Extensions Library. This is a"
"collection of widgets and extensions to the GNOME platform."
)


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