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/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/telepathy-haze/PKGBUILD b/testing/telepathy-haze/PKGBUILD
deleted file mode 100644
index 168dc0d21..000000000
--- a/testing/telepathy-haze/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 155705 2012-04-05 10:24:53Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: Timm Preetz <timm@preetz.us>
-pkgname=telepathy-haze
-pkgver=0.6.0
-pkgrel=1
-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' 'python2')
-replaces=('telepathy-butterfly')
-install=telepathy-haze.install
-groups=('telepathy')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('622e0b2f7ff4050a29f907f2ef0f039c')
-
-build() {
- cd "$pkgname-$pkgver"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy
- make
-}
-
-package(){
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}