#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=eel pkgver=2.26.0 pkgrel=1 zenver=60 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/eel/2.26/eel-2.26.0.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/$pkgname docs=("readme" "install" "copying" "copying.lib" "changelog" "authors" "news" "todo" "hacking" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' '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 --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }