1 # Contributor: Piotrek Grzeszczak <thepiotrekg@archlinux.us>
5 pkgdesc="Qt exit app for openbox, compiz, pekwm, etc."
7 url="http://thepierre.dyndns.info"
13 _gitroot="git://github.com/piotrek91666/qtLogout.git"
19 msg2 "Connecting to GIT server..."
21 if [ -d $_gitname ] ; then
22 ( cd $_gitname && git pull )
24 git clone $_gitroot $_gitname
29 msg2 "Starting make..."
30 qmake "INSTALL_PREFIX=/usr"
35 cd "$srcdir/$_gitname"
37 make "INSTALL_ROOT=$pkgdir" install