Reorganize the templates directory for possible future changes.

Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
Juan RP
2009-02-03 21:35:57 +01:00
parent 6c252d43d4
commit fa2748d9b2
291 changed files with 25 additions and 24 deletions

19
templates/less/template Normal file
View File

@@ -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 <xtraeme@gmail.com>"
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"