#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=epiphany-extensions pkgver=3.2.0 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/epiphany-extensions/3.2/epiphany-extensions-$pkgver.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------------------------------------------------------| "epiphany-extensions - (A set of add-ons for the Epiphany web browser)" "Epiphany-extensions is a set of plugins for the Epiphany web browser" "that extend its base functionality." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }