void-packages/srcpkgs/less/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

25 lines
962 B
Plaintext

# Template file for 'less'
pkgname=less
version=444
homepage="http://www.greenwoodsoftware.com/less"
distfiles="$homepage/less-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-regex=pcre"
short_desc="Pager program similar to more(1)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
checksum=be64ad3e22d6d4aa19fe7024d998563a1ce1671ee3625f8851d26b16dedcdeeb
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."
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency run libpcre
Add_dependency build ncurses-devel
Add_dependency build pcre-devel