[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Sat Oct 11 20:41:23 UTC 2008


    Date: Saturday, October 11, 2008 @ 16:41:23
  Author: jgc
Revision: 14962

Add package

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

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

Added: telepathy-glib/trunk/PKGBUILD
===================================================================
--- telepathy-glib/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-glib/trunk/PKGBUILD	2008-10-11 20:41:23 UTC (rev 14962)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.13 2008/06/27 10:39:06 bjorn Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+pkgname=telepathy-glib
+pkgver=0.7.16
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL')
+options=('!libtool')
+depends=('dbus-glib>=0.76')
+makedepends=('libxslt')
+source=(http://telepathy.freedesktop.org/releases/telepathy-glib/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c35a51feb27ef123f0895596f8de2455')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}




More information about the arch-commits mailing list