1 # Contributor: Your Name <youremail@domain.com>
6 pkgdesc="Qt monitor for your wireless net"
8 url="http://github.com/bielern/qtwifimon"
10 depends=('python' 'pyqt' 'wireless_tools')
19 _gitroot="git://github.com/bielern/qtwifimon.git"
24 msg "Connecting to GIT server...."
26 if [ -d $_gitname ] ; then
27 cd $_gitname && git pull origin
28 msg "The local files are updated."
30 git clone $_gitroot $_gitname
33 msg "GIT checkout done or server timeout"
37 #cd "$srcdir/$pkgname-$pkgver"
38 cd "$srcdir/$_gitname"
39 python setup.py install --root="$pkgdir/" --optimize=1
41 # Remember to install licenses if the license is not a common license!
42 # install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"