diff --git a/srcpkgs/enscript/enscript.rshlibs b/srcpkgs/enscript/enscript.rshlibs new file mode 100644 index 0000000000..7c868f9838 --- /dev/null +++ b/srcpkgs/enscript/enscript.rshlibs @@ -0,0 +1,2 @@ +libm.so.6 +libc.so.6 diff --git a/srcpkgs/enscript/template b/srcpkgs/enscript/template new file mode 100644 index 0000000000..4f9304605c --- /dev/null +++ b/srcpkgs/enscript/template @@ -0,0 +1,22 @@ +# Template file for 'enscript' +pkgname=enscript +version=1.6.5.2 +homepage="http://git.savannah.gnu.org/cgit/enscript.git" +distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu-configure +short_desc="Converts text to Postscript, HTML or RTF with syntax highlighting" +maintainer="Juan RP " +license="GPL-2" +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." + +conf_files="/etc/enscript.cfg" + +Add_dependency build perl