2010-05-17 15:50:50 +08:00
|
|
|
# $Id: PKGBUILD 80097 2010-05-11 18:04:26Z ibiru $
|
2010-03-14 23:48:48 +08:00
|
|
|
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
|
|
|
pkgname=telepathy-qt4
|
2010-05-17 15:50:50 +08:00
|
|
|
pkgver=0.3.3
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A library for Qt-based Telepathy clients."
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://telepathy.freedesktop.org"
|
|
|
|
groups=('telepathy')
|
|
|
|
license=('LGPL')
|
|
|
|
options=('!libtool')
|
|
|
|
depends=('qt>=4.6.2' 'telepathy-farsight>=0.0.12')
|
|
|
|
makedepends=('libxslt' 'python')
|
|
|
|
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
2010-05-17 15:50:50 +08:00
|
|
|
sha256sums=('fcfd2e8b7c74adf9cf1ebc6615c613f63c9b4b049204a00c812357d388fa92af')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
|
|
|
|
--disable-static
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|