1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Samir Faci <csgeek@esamir.com>
10 pkgdesc="QXmpp is a cross-platform C++ XMPP client library. It is based on Qt."
11 arch=('i686' 'x86_64')
12 url="http://code.google.com/p/qxmpp/"
25 source=(http://qxmpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
27 md5sums=('46a54de2fd6d77af22716d832211d3bb')
31 cd "$srcdir/$pkgname-$pkgver"
38 cd "$srcdir/$pkgname-$pkgver"
40 make INSTALL_ROOT="$pkgdir/" install