[arch-commits] Commit in gobject-introspection (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 20:52:17 UTC 2009


    Date: Sunday, October 11, 2009 @ 16:52:17
  Author: jgc
Revision: 54981

Merge gnome-unstable

Added:
  gobject-introspection/trunk/PKGBUILD
    (from rev 51235, gobject-introspection/gnome-unstable/PKGBUILD)
Deleted:
  gobject-introspection/gnome-unstable/

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

Copied: gobject-introspection/trunk/PKGBUILD (from rev 51235, gobject-introspection/gnome-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2009-10-11 20:52:17 UTC (rev 54981)
@@ -0,0 +1,20 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gobject-introspection
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="http://live.gnome.org/GObjectInstrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('libffi>=3.0.8' 'glib2>=2.21.6' 'python')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}




More information about the arch-commits mailing list