#Maintainer: Paul Marwick pkgname=most pkgver=5.0.0a pkgrel=1 zenver=50 arch=i486 source=("ftp://space.mit/edu/pub/davis/most/most-5.0.0a.tar.bz2") docs=("readme" "copyright" "copying" "changes.txt" "lesskeys.rc" "most-fun.txt" "most.rc") url=2ftp://space.mit.edu/pub/davis/most2 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "most (another pager like 'more' and 'less')" "" "A paging program that displays, one windowful at a time, the contents" "of a file on a terminal. It pauses after each windowful and prints on" "the window status line the screen the file name, current line number," "and the percentage of the file so far displayed." "" "'most' was written by John E. Davis" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }