enscript: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 17:23:54 +01:00
parent 28f192bebc
commit 80ecc075fe
1 changed files with 2 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'enscript'
pkgname=enscript
version=1.6.5.2
revision=1
revision=2
build_style=gnu-configure
makedepends="perl"
hostmakedepends="perl"
conf_files="/etc/enscript.cfg"
short_desc="Converts text to Postscript, HTML or RTF with syntax highlighting"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,11 +11,3 @@ license="GPL-2"
homepage="http://git.savannah.gnu.org/cgit/enscript.git"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=db3e33bdb36f9e7252a386ea1faa9b5444cc9ba0ac2dd46fffc1f14887a4cb75
long_desc="
GNU Enscript takes ASCII files (often source code) and converts them to
PostScript, HTML or RTF. It can store generated output to a file or send
it directly to the printer.
It is often used for its syntax highlighting, as it comes with rules for a
wide range of programming languages. New rules can be added using an awk-like
stateful scripting language."