# $Id: PKGBUILD 198427 2013-10-30 14:48:37Z allan $ #Maintainer : Ionut Biru #Contributor: Jan de Groot pkgname=seed pkgver=3.8.1 pkgrel=2 pkgdesc="Library and interpreter for JavaScript with GObject type system bindings." arch=('i686' 'x86_64') url="http://live.gnome.org/Seed/" license=('LGPL') depends=('webkitgtk3' 'gobject-introspection' 'gnome-js-common' 'mpfr') makedepends=('intltool') source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${pkgver}.tar.xz GLib.js) sha256sums=('80cb4db7fa6f6cf8d3e255fc45a81657388d458bc8bf23e4089e35f69eeaac32' '2a8185df661056e12830d0a29155dc539016fc349a823f5aec09dd15bbb9239b') build() { cd "${srcdir}/${pkgname}-${pkgver}" install -m644 ../GLib.js extensions/ ./configure --prefix=/usr --disable-static make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }