1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=qxmpp-leechcraft-git
6 pkgdesc="QXmpp is a cross-platform C++ XMPP client library. It is based on Qt."
8 url="http://leechcraft.org"
15 _gitroot=git://github.com/0xd34df00d/qxmpp-dev.git
20 msg "Connecting to GIT server...."
21 if [ -d ${_gitname} ] ; then
22 cd ${_gitname} && git pull origin
23 msg "The local files are updated."
26 git clone ${_gitroot} ${_gitname}
28 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf ${_gitname}-build
33 mkdir ${_gitname}-build
40 cd $srcdir/${_gitname}
42 make INSTALL_ROOT=$pkgdir install