[arch-commits] Commit in telepathy-glib/repos (3 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:37:11 UTC 2012
Date: Sunday, April 1, 2012 @ 07:37:10
Author: heftig
Revision: 155265
db-move: moved telepathy-glib from [gnome-unstable] to [testing] (i686)
Added:
telepathy-glib/repos/testing-i686/
telepathy-glib/repos/testing-i686/PKGBUILD
(from rev 155005, telepathy-glib/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
telepathy-glib/repos/gnome-unstable-i686/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: telepathy-glib/repos/testing-i686/PKGBUILD (from rev 155005, telepathy-glib/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-01 11:37:10 UTC (rev 155265)
@@ -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.17.7
+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=('92e776d375cfe0ef6af4aff600a5150e')
+
+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