1 # Contributor: Scott Olson <scott@scott-olson.org>
2 # Maintainer: Marek Otahal <markotahal et gmail >
3 pkgname=libircclient-qt-compat
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"
9 url="https://bitbucket.org/jpnurmi/libircclient-qt"
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')
19 cd "$srcdir/${_pkg}-$pkgver"
23 make INSTALL_ROOT=$pkgdir QTDIR=/usr install
26 # vim:set ts=2 sw=2 et: