less: cross build support.
This commit is contained in:
parent
1fbda0515b
commit
4e2baf904c
1 changed files with 2 additions and 8 deletions
|
@ -1,20 +1,14 @@
|
||||||
# Template file for 'less'
|
# Template file for 'less'
|
||||||
pkgname=less
|
pkgname=less
|
||||||
version=451
|
version=451
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-regex=pcre"
|
configure_args="--with-regex=pcre"
|
||||||
makedepends="ncurses-devel pcre-devel>=8.30"
|
makedepends="ncurses-devel pcre-devel>=8.30"
|
||||||
|
crossmakedepends="${makedepends}"
|
||||||
short_desc="Pager program similar to more(1)"
|
short_desc="Pager program similar to more(1)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.greenwoodsoftware.com/less"
|
homepage="http://www.greenwoodsoftware.com/less"
|
||||||
distfiles="${homepage}/less-${version}.tar.gz"
|
distfiles="${homepage}/less-${version}.tar.gz"
|
||||||
checksum=9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57
|
checksum=9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57
|
||||||
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."
|
|
||||||
|
|
Loading…
Reference in a new issue