summaryrefslogtreecommitdiff
path: root/testing/telepathy-qt4/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
commit3be02a9acbeb006d9a9e6136c54d91064cc7d80e (patch)
treeade247e1b6c47fbd7362273f59d3ae4f955587a7 /testing/telepathy-qt4/PKGBUILD
parent40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (diff)
Mon May 2 00:29:22 UTC 2011
Diffstat (limited to 'testing/telepathy-qt4/PKGBUILD')
-rw-r--r--testing/telepathy-qt4/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/telepathy-qt4/PKGBUILD b/testing/telepathy-qt4/PKGBUILD
deleted file mode 100644
index 6d3b6e5d1..000000000
--- a/testing/telepathy-qt4/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 120824 2011-04-26 16:25:58Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-pkgname=telepathy-qt4
-pkgver=0.5.15
-pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients."
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farsight')
-makedepends=('libxslt' 'python2' 'cmake')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2066d447a46ca3d767ff82ca562244a0')
-
-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
-}