summaryrefslogtreecommitdiffstats
path: root/less/Pkgfile
blob: 4ca78682631876e3b9687e32c0bcedae4dc6c2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
description="A terminal based program for viewing text files."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.greenwoodsoftware.com/less/"
depends=(ncurses)

name=less
version=429
release=1
source=(http://www.greenwoodsoftware.com/less/less-429.tar.gz filter)
build () 
{ 
	cd $name-$version;
	./configure \
		--prefix=$prefix \
		--mandir=$mandir;
	make;
	make DESTDIR=$PKG install;
	install -m 755 -D $SRC/filter $PKG$prefix/lib/less/filter
}