updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / libircclient-qt-compat / PKGBUILD
blobd5a86ec8db107f3ffbd6c236535a6d17eb186d69
1 # Contributor: Scott Olson <scott@scott-olson.org>
2 # Maintainer: Marek Otahal <markotahal et gmail >
3 pkgname=libircclient-qt-compat
4 _pkg=libircclient-qt
5 pkgver=0.3.2
6 pkgrel=1
7 pkgdesc="A cross-platform IRC client library written with Qt 4, compatibility version to run with kopete-plugin-irc and allow IRC chat in Kopete"
8 arch=(i686 x86_64)
9 url="https://bitbucket.org/jpnurmi/libircclient-qt"
10 license=('LGPL')
11 depends=(qt\>=4.0)
12 optdepends=(icu)
13 provides=(libircclient-qt=0.3.2)
14 conflicts=(libircclient-qt)
15 source=(https://bitbucket.org/jpnurmi/libircclient-qt/downloads/${_pkg}-src-$pkgver.tar.gz)
16 md5sums=('c825f9b5a62f8c214f328c92ba623ea7')
18 build() {
19   cd "$srcdir/${_pkg}-$pkgver"
21   qmake
22   make 
23   make INSTALL_ROOT=$pkgdir QTDIR=/usr install
26 # vim:set ts=2 sw=2 et: