summaryrefslogtreecommitdiff
path: root/extra/telepathy-qt4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/telepathy-qt4/PKGBUILD')
-rw-r--r--extra/telepathy-qt4/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/telepathy-qt4/PKGBUILD b/extra/telepathy-qt4/PKGBUILD
deleted file mode 100644
index 047c970fd..000000000
--- a/extra/telepathy-qt4/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 142995 2011-11-20 09:11:34Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=telepathy-qt4
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://telepathy.freedesktop.org/wiki/"
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farsight')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b93f03f063d784855d83e1b3c79a1cc5')
-
-build() {
- cd "$srcdir"
- mkdir build
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "$srcdir"/build
- make DESTDIR="$pkgdir" install
-}