updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ereshkigal / PKGBUILD
blob803104ef5e0a72f926699dd172b87d08b16a229d
1 # Maintainer: Antoine Lubineau <antoine@lubignon.info>
3 pkgname=ereshkigal
4 pkgver=0.3
5 pkgrel=4
6 pkgdesc="An AutoSSH tunnel monitor"
7 arch=('any')
8 url="http://sourceforge.net/projects/ereshkigal/"
9 license=('GPL3')
10 depends=('autossh' 'python2')
11 source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz/download")
12 sha256sums=('33702c2e17824e513559084627af7da6c666da3d8463bf444e37f2b1e2ed9ecf')
14 package() {
15   cd "$srcdir/${pkgname}_$pkgver"
16   sed 's|/usr/bin/python|/usr/bin/python2|g' -i ereshkigal.py
17   install -D ereshkigal.py "$pkgdir/usr/bin/$pkgname"
20 # vim:set ts=2 sw=2 et: