[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Tue Sep 28 11:36:42 UTC 2010


    Date: Tuesday, September 28, 2010 @ 07:36:41
  Author: ibiru
Revision: 91897

dependency for clutter 1.4.0

Added:
  json-glib/
  json-glib/repos/
  json-glib/trunk/
  json-glib/trunk/PKGBUILD

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

Added: json-glib/trunk/PKGBUILD
===================================================================
--- json-glib/trunk/PKGBUILD	                        (rev 0)
+++ json-glib/trunk/PKGBUILD	2010-09-28 11:36:41 UTC (rev 91897)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib"
+license=('GPL')
+depends=('glib2>=2.26.0')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e22978aadbe92a12e4cef2f494eb3571ac5c983ad05cff4256328157f1112842')
+options=('!libtool')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+}


Property changes on: json-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list