diff options
Diffstat (limited to 'recipes/enscript/enscript_1.6.4.bb')
-rw-r--r-- | recipes/enscript/enscript_1.6.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/enscript/enscript_1.6.4.bb b/recipes/enscript/enscript_1.6.4.bb new file mode 100644 index 0000000000..0818c8f436 --- /dev/null +++ b/recipes/enscript/enscript_1.6.4.bb @@ -0,0 +1,10 @@ +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" + +SRC_URI = "${DEBIAN_MIRROR}/main/e/enscript/enscript_${PV}.orig.tar.gz \ + file://autotools.patch;patch=1" + +inherit autotools |