2008-10-24 10:10:54 +02:00
|
|
|
# Template file for 'less'
|
|
|
|
pkgname=less
|
2009-07-30 15:39:03 +02:00
|
|
|
version=436
|
2009-02-19 02:07:14 +01:00
|
|
|
distfiles="http://www.greenwoodsoftware.com/less/less-$version.tar.gz"
|
2008-10-24 10:10:54 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Pager program similar to more(1)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-07-30 15:39:03 +02:00
|
|
|
checksum=57a16ff07431a9af45cf1cd5b374e1066d019304219f0d156e22bb8c4d6734d2
|
2008-10-24 10:10:54 +02:00
|
|
|
long_desc="
|
|
|
|
Less is a program similar to more(1), but which allows backward
|
|
|
|
movement in the file as well as forward movement. Also, less does not
|
|
|
|
have to read the entire input file before starting, so with large input
|
|
|
|
files it starts up faster than text editors like vi(1). Less uses
|
|
|
|
termcap (or terminfo on some systems), so it can run on a variety of
|
|
|
|
terminals. There is even limited support for hardcopy terminals."
|
|
|
|
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full ncurses
|