1 # Contributor: Košava <kosava@archlinux.us>
5 pkgdesc="BCChat is chat application which can be run on any network without server."
7 url="http://qt-apps.org/content/show.php/BCChat?content=132447"
10 source=('http://qt-apps.org/CONTENT/content-files/132447-bcchat-2.1.tbz')
11 md5sums=('3a1042f1e3f7dd7722e56f87a56a11da')
14 cd $srcdir/$pkgname-$pkgver
15 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
17 install -Dm755 $srcdir/$pkgname-$pkgver/bcchat $pkgdir/usr/bin/bcchat