summaryrefslogtreecommitdiff
path: root/testing/telepathy-haze/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telepathy-haze/PKGBUILD')
-rw-r--r--testing/telepathy-haze/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/telepathy-haze/PKGBUILD b/testing/telepathy-haze/PKGBUILD
new file mode 100644
index 000000000..8c78a8b84
--- /dev/null
+++ b/testing/telepathy-haze/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 155268 2012-04-01 11:37:15Z heftig $
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Contributor: Timm Preetz <timm@preetz.us>
+pkgname=telepathy-haze
+pkgver=0.5.0
+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' 'libpurple')
+makedepends=('libxslt')
+replaces=('telepathy-butterfly')
+install=telepathy-haze.install
+groups=('telepathy')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4378726d61e1e5df789a05760a94d172')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
+ make
+}
+
+package(){
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}