[arch-commits] Commit in seed/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:33:11 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:33:11
Author: ibiru
Revision: 139051
db-move: moved seed from [gnome-unstable] to [testing] (x86_64)
Added:
seed/repos/testing-x86_64/
seed/repos/testing-x86_64/PKGBUILD
(from rev 138832, seed/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
seed/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: seed/repos/testing-x86_64/PKGBUILD (from rev 138832, seed/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:33:11 UTC (rev 139051)
@@ -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=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=('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