summaryrefslogtreecommitdiff
path: root/extra/telepathy-butterfly/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /extra/telepathy-butterfly/PKGBUILD
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'extra/telepathy-butterfly/PKGBUILD')
-rw-r--r--extra/telepathy-butterfly/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/telepathy-butterfly/PKGBUILD b/extra/telepathy-butterfly/PKGBUILD
deleted file mode 100644
index 1400376d8..000000000
--- a/extra/telepathy-butterfly/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 150850 2012-02-23 12:45:25Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: Daniel Balieiro <daniel@balieiro.com>
-pkgname=telepathy-butterfly
-pkgver=0.5.15
-pkgrel=2
-pkgdesc="A MSN connection manager for Telepathy"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-groups=('telepathy')
-license=('GPL')
-depends=('papyon>=0.5.4' 'python-telepathy>=0.15.19')
-source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-${pkgver}.tar.gz
- 0001-bugfix-remove-bad-import-from-im-module.patch)
-install=telepathy-butterfly.install
-md5sums=('4baa6337822f01d817c4b9d8fd406e82'
- '08417a06a0e4a1875f1baf4b910cdcf4')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/0001-bugfix-remove-bad-import-from-im-module.patch"
- ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
- make
- make DESTDIR="${pkgdir}" install
-
- sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- "${pkgdir}/usr/lib/telepathy/telepathy-butterfly"
-}