[arch-commits] Commit in telepathy-glib/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:33:17 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:33:16
Author: ibiru
Revision: 139057
db-move: moved telepathy-glib from [gnome-unstable] to [testing] (x86_64)
Added:
telepathy-glib/repos/testing-x86_64/
telepathy-glib/repos/testing-x86_64/PKGBUILD
(from rev 138832, telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
telepathy-glib/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: telepathy-glib/repos/testing-x86_64/PKGBUILD (from rev 138832, telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:33:16 UTC (rev 139057)
@@ -0,0 +1,32 @@
+# $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.15.5
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+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=('18c93456fcf3568e47c6a6342b8c46f5')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-vala-bindings \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list