1 #Maintainer: Niklas Schnelle <niklas@komani.de>
2 #Contributor: Niklas Schnelle <niklas@komani.de>
3 #Author: Niklas Schnelle <niklas@komani.de>
8 pkgdesc="A small application for geocaching written in Python"
10 url="http://github.com/konne88/Lotse"
12 depends=('python' 'pygtk' 'gpsd>=2.94git20100603-1')
20 source=(http://github.com/downloads/konne88/Lotse/$pkgname-$pkgver.tar.gz)
21 md5sums=('82e04e4c492da8d5d5405f527e37b640')
24 cd $srcdir/$pkgname-$pkgver
25 python setup.py install --root=$pkgdir/ --optimize=1 || return 1
27 # Remember to install licenses if the license is not a common license!
28 # install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE