summaryrefslogtreecommitdiff
path: root/extra/seed/PKGBUILD
blob: 2dde5306921f781bb67d710f4b41a7d27fb4e67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: PKGBUILD 198427 2013-10-30 14:48:37Z allan $
#Maintainer : Ionut Biru <ibiru@archlinux.org>
#Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=seed
pkgver=3.8.1
pkgrel=2
pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
arch=('i686' 'x86_64' 'mips64el')
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
}