[arch-commits] Commit in json-glib/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Fri Sep 9 14:19:59 UTC 2011
Date: Friday, September 9, 2011 @ 10:19:59
Author: ibiru
Revision: 137563
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
json-glib/repos/gnome-unstable-i686/
json-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 137562, json-glib/trunk/PKGBUILD)
json-glib/repos/gnome-unstable-x86_64/
json-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 137562, json-glib/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: json-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 137562, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2011-09-09 14:19:59 UTC (rev 137563)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=0.13.90
+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.13/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9014919ed26da0765f8b784d9b604d963b77922db388d29bf08fb3beced8d7ff')
+
+build(){
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package(){
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: json-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 137562, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2011-09-09 14:19:59 UTC (rev 137563)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=0.13.90
+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.13/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9014919ed26da0765f8b784d9b604d963b77922db388d29bf08fb3beced8d7ff')
+
+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