[arch-commits] Commit in telepathy-glib/repos (2 files)
Jan de Groot
jgc at archlinux.org
Wed Sep 19 22:20:04 UTC 2012
Date: Wednesday, September 19, 2012 @ 18:20:03
Author: jgc
Revision: 166853
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
telepathy-glib/repos/gnome-unstable-i686/
telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 166852, telepathy-glib/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 166852, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-09-19 22:20:03 UTC (rev 166853)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.19.9
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b1eaad97c9a83df4b364cad468261220')
+
+build() {
+ cd $pkgname-$pkgver
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-vala-bindings \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list