updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / lotse / PKGBUILD
blob8cb5e2f8f67f1d02a72b877086c61a7749d1535b
1 #Maintainer: Niklas Schnelle <niklas@komani.de>
2 #Contributor: Niklas Schnelle <niklas@komani.de>
3 #Author: Niklas Schnelle <niklas@komani.de>
5 pkgname=lotse
6 pkgver=0.1
7 pkgrel=1
8 pkgdesc="A small application for geocaching written in Python"
9 arch=(any)
10 url="http://github.com/konne88/Lotse"
11 license=("GPL")
12 depends=('python' 'pygtk' 'gpsd>=2.94git20100603-1')
13 makedepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=(!emptydirs)
20 source=(http://github.com/downloads/konne88/Lotse/$pkgname-$pkgver.tar.gz)
21 md5sums=('82e04e4c492da8d5d5405f527e37b640')
23 build() {
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