1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
2 # Contributor: Borislav Gerassimov <borislav_ba@hotmail.com>
3 # Contributor: Artem Sereda <overmind88@yandex.ru>
8 pkgdesc="A free ICQ client using the QT toolkit"
10 url="http://qutim.org/"
13 makedepends=('cmake>=2.6')
15 source=($url/uploads/qutim_${pkgver}_source.tar.bz2 \
17 md5sums=('6045f1c52dcea4b693bbf637d3461fad'
18 '22878318c6bb42ee4f867391118ed7b5')
24 -DCMAKE_INSTALL_PREFIX=/usr \
27 make DESTDIR="$pkgdir" install || return 1
34 install -Dm644 ../libicq.so "$pkgdir"/usr/lib/qutim/libicq.so
36 install -Dm644 "$srcdir"/qutim/icons/qutim_64.png "$pkgdir"/usr/share/pixmaps/qutim.png
37 install -Dm644 "$srcdir"/qutim.desktop "$pkgdir"/usr/share/applications/qutim.desktop