core/telepathy-qt4/PKGBUILD
2010-05-17 07:50:50 +00:00

24 lines
742 B
Bash

# $Id: PKGBUILD 80097 2010-05-11 18:04:26Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=telepathy-qt4
pkgver=0.3.3
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)
sha256sums=('fcfd2e8b7c74adf9cf1ebc6615c613f63c9b4b049204a00c812357d388fa92af')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
--disable-static
make || return 1
make DESTDIR="$pkgdir" install
}