#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=seed pkgver=3.2.0 zenver=72 pkgrel=2 arch=i686 source=(http://ftp.acc.umu.se/pub/GNOME/sources/seed/3.2/seed-$pkgver.tar.bz2) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "seed - GObject JavaScript bindings for the webkit engine - Interpreter" "Seed is a library and interpreter, dynamically bridging" "(through GObjectIntrospection) the WebKit JavaScriptCore engine," "with the GNOME platform. Seed serves as something which enables you" "to write standalone applications in JavaScript, or easily enable your" "application to be extensible in JavaScript." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }