#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gjs pkgver=0.4 zenver=64 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gjs/0.4/gjs-0.4.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gjs - Javascript Bindings for GNOME" "It's mainly based on Spidermonkey javascript engine and the GObject#" "introspection framework." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }