1 # Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net>
5 pkgdesc="Simple FIFO and filesystem based Jabber/XMPP client inspired by ii"
12 _gitroot="git://github.com/Petteri/jj.git"
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 rm -rf "$srcdir/$_gitname-build"
30 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
31 cd "$srcdir/$_gitname-build"
34 install -Dm755 jj $pkgdir/usr/bin/$_gitname