summaryrefslogtreecommitdiff
path: root/staging/seed/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/seed/PKGBUILD')
-rw-r--r--staging/seed/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/staging/seed/PKGBUILD b/staging/seed/PKGBUILD
new file mode 100644
index 000000000..0c1700896
--- /dev/null
+++ b/staging/seed/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 157177 2012-04-25 10:32:19Z allan $
+#Maintainer : Ionut Biru <ibiru@archlinux.org>
+#Contributor: Jan de Groot <jgc@archlinux.org>
+
+pkgname=seed
+pkgver=3.2.0
+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')
+options=('!libtool')
+depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}