From 492d77ec1035d3579aaaf955b0e32e5c154350ca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 10:10:54 +0200 Subject: [PATCH] Added less-424 template. We call it 4.24... --HG-- extra : convert_revision : 0d5168bbde19ea6dc706711fcbf9f474954feb7a --- templates/less.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/less.tmpl diff --git a/templates/less.tmpl b/templates/less.tmpl new file mode 100644 index 00000000000..b541eaa4c5f --- /dev/null +++ b/templates/less.tmpl @@ -0,0 +1,19 @@ +# Template file for 'less' +pkgname=less +version=4.24 +wrksrc="$pkgname-424" +distfiles="http://www.greenwoodsoftware.com/less/$pkgname-424@.tar.gz" +build_style=gnu_configure +short_desc="Pager program similar to more(1)" +maintainer="Juan RP " +checksum=30013dc34d37563e2d756fae6c6ff1009ea5af66d1b216d9906248073c02ea56 +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." + +build_depends="ncurses-5.6" +run_depends="glibc-2.8 ncurses-5.6"