[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Tue Nov 3 15:56:22 UTC 2009


    Date: Tuesday, November 3, 2009 @ 10:56:22
  Author: ibiru
Revision: 58065

moved in extra

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

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

Added: telepathy-haze/trunk/PKGBUILD
===================================================================
--- telepathy-haze/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-haze/trunk/PKGBUILD	2009-11-03 15:56:22 UTC (rev 58065)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Biru Ionut <ionut at archlinux.ro>
+# Contributor: Timm Preetz <timm at preetz.us>
+pkgname=telepathy-haze
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('GPL')
+depends=('telepathy-glib>=0.9.1' 'libpurple>=2.6.3')
+groups=('telepathy')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  	--libexecdir=/usr/lib/telepathy \
+	--enable-shave
+  make || return 1
+  make DESTDIR="$pkgdir" install || return 1
+}
+md5sums=('cc588adca205c61403405622f17510b1')


Property changes on: telepathy-haze/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list