updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / rootsh / PKGBUILD
blob8792e2f920b4f5828921db3dde94a92afa9e117b
1 # Contributor: Nathan Owe <ndowens04 at gmail>
2 pkgname=rootsh
3 pkgver=1.5.3
4 pkgrel=1
5 pkgdesc="Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. "
6 arch=('i686')
7 url="https://sourceforge.net/projects/rootsh/"
8 license=('GPL')
9 depends=('glibc')
10 source=(http://downloads.sourceforge.net/rootsh/$pkgname-$pkgver.tar.gz)
11 md5sums=('af62e6140338c9b2e8e8f6e828fda1ac') 
13 build() {
14   cd $srcdir/$pkgname-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make bindir=$pkgdir/usr/bin mandir=$pkgdir/usr/share/man install
21 # vim:set ts=2 sw=2 et: