1 # Contributor: Jonathan Stott <jonathan.stott@gmail.com>
5 pkgdesc="A daemon to allow you to run a fixed set of commands remotely"
7 url="http://ingles.homeunix.net/software/ost/index.html"
9 backup=('etc/ostiary.cfg')
11 source=(http://ingles.homeunix.net/software/ost/latest/$pkgname-$pkgver.tar.gz)
13 md5sums=(420d1fda246097d7e4d1277f39069578)
14 sha1sums=(725a966d4eb97b69d1b6407011bb6bfabc7ae82b)
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=$pkgdir/usr --sysconfdir=$pkgdir/etc
24 # vim:set ts=2 sw=2 et: