[arch-commits] Commit in seed/repos (3 files)

Allan McRae allan at archlinux.org
Thu Apr 26 21:35:05 UTC 2012


    Date: Thursday, April 26, 2012 @ 17:35:05
  Author: allan
Revision: 157308

db-move: moved seed from [staging] to [testing] (x86_64)

Added:
  seed/repos/testing-x86_64/
  seed/repos/testing-x86_64/PKGBUILD
    (from rev 157266, seed/repos/staging-x86_64/PKGBUILD)
Deleted:
  seed/repos/staging-x86_64/

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

Copied: seed/repos/testing-x86_64/PKGBUILD (from rev 157266, seed/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-26 21:35:05 UTC (rev 157308)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer : Ionut Biru <ibiru at archlinux.org>
+#Contributor: Jan de Groot <jgc at 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
+}




More information about the arch-commits mailing list