1 # Maintainer: Amparo Dios <amparo.dios@gmail.com>
5 pkgdesc="Pichi is a jabber(xmpp) bot written in C++. It is based on the sulci abilities."
7 url="http://code.google.com/p/pichi/"
9 depends=('curl' 'boost' 'sqlite3' 'gloox')
10 makedepends=('cmake' 'make')
11 source=(http://pichi.googlecode.com/files/$pkgname-$pkgver.tar.gz)
12 md5sums=('3a8c771e0648a29e17f842e2242a995d')
15 cd "$srcdir/$pkgname-$pkgver"
16 cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release \
22 cd "$srcdir/$pkgname-$pkgver"
23 make DESTDIR="$pkgdir/" install
26 # vim:set ts=2 sw=2 et: