diff options
Diffstat (limited to 'enscript')
-rw-r--r-- | enscript/enscript_1.6.4.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/enscript/enscript_1.6.4.oe b/enscript/enscript_1.6.4.oe index e69de29bb2..2ca833dec0 100644 --- a/enscript/enscript_1.6.4.oe +++ b/enscript/enscript_1.6.4.oe @@ -0,0 +1,11 @@ +SECTION = "console/utils" +DESCRIPTION = "GNU enscript is a drop-in replacement for the enscript program. \ +Enscript converts ASCII files to PostScript and stores generated \ +output to a file or sends it directly to the printer." +LICENSE = "GPL" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://www.iki.fi/mtr/genscript/enscript-${PV}.tar.gz \ + file://autotools.patch;patch=1" + +inherit autotools |