[arch-commits] Commit in (seed seed/repos seed/trunk seed/trunk/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Apr 23 09:20:17 UTC 2011


    Date: Saturday, April 23, 2011 @ 05:20:16
  Author: ibiru
Revision: 120380

seed is needed for gnome-games

Added:
  seed/
  seed/repos/
  seed/trunk/
  seed/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: seed/trunk/PKGBUILD
===================================================================
--- seed/trunk/PKGBUILD	                        (rev 0)
+++ seed/trunk/PKGBUILD	2011-04-23 09:20:16 UTC (rev 120380)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer : Ionut Biru <ibiru at archlinux.org>
+#Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=seed
+pkgver=3.0.0
+pkgrel=1
+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=('mpfr' 'libwebkit3' 'gnome-js-common' 'gobject-introspection')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c7ef8e0c7cfe633c6bf9bfc13ab56458f053dfb12b784c75cc50dfa7cf828be6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: seed/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list