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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:32:07 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:32:07
  Author: ibiru
Revision: 138986

db-move: moved json-glib from [gnome-unstable] to [testing] (x86_64)

Added:
  json-glib/repos/testing-x86_64/
  json-glib/repos/testing-x86_64/PKGBUILD
    (from rev 138832, json-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  json-glib/repos/gnome-unstable-x86_64/

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

Copied: json-glib/repos/testing-x86_64/PKGBUILD (from rev 138832, json-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:32:07 UTC (rev 138986)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib"
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56')
+
+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