updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / tpp / PKGBUILD
blobb80ab948b1295e789d4f5fbfb08a36bbb0d9729b
1 # Maintainer: junglepeanut <jungle1peanut1@hotmail.com>
2 # Contributor: junglepeanut <jungle1peanut1@hotmail.com>
3 pkgname=tpp
4 pkgver=1.3.1
5 pkgrel=1
6 pkgdesc="A text presentation program in ncurses, LaTeX, or text."
7 arch=(i686 x86_64) # I do not have a x86_64 cpu but I do not know of any reason why this program would not work on that architecture; thus it's included. 
8 url="http://www.ngolde.de/tpp.html"
9 license=('GPL')
10 depends=('ncurses' 'ruby-ncurses' 'ruby>=1.8')
11 source=(http://www.ngolde.de/download/$pkgname-$pkgver.tar.gz 'Makefile')
12 md5sums=(35eebb38497e802df1faa57077dab2d1 5a3bbd7880dd316ce367fc09b6b101ba)
14 build() {
15         make prefix=$startdir/pkg/usr install
16         }