1 # Maintainer: Marc ' Bomba ' Schulte <bomba@nerdstube.de>
3 pkgname=tbar-git-experimental
7 pkgdesc="a tool bar capable of displaying your system's status"
8 url="http://siyb.mount.at/tbar/"
11 depends=('tcl' 'tk' 'tcllib' 'sqlite3-tcl' 'unixsocket-tbar')
19 _gitrepo="git://hades.mount.at/siyb/tbar"
24 msg "Getting source..."
25 if [ -d $_pkgname ]; then
27 git pull && git checkout experimental || return 1
29 git clone $_gitrepo $_pkgname || return 1
31 git checkout experimental || return 1
33 msg "GIT checkout done or server timeout"
35 make DESTDIR="$pkgdir/" install || return 1