summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/enscript/enscript_1.6.6.bb')
-rw-r--r--meta-oe/recipes-extended/enscript/enscript_1.6.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
new file mode 100644
index 0000000000..96129880ad
--- /dev/null
+++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
@@ -0,0 +1,22 @@
1SUMMARY = "A plain ASCII to PostScript converter"
2DESCRIPTION = "GNU enscript is a free replacement for Adobe''s Enscript \
3program. Enscript converts ASCII files to PostScript(TM) and spools generated \
4PostScript output to the specified printer or saves it to a file. Enscript can \
5be extended to handle different output media and includes many options for \
6customizing printouts."
7HOMEPAGE = "http://www.gnu.org/software/enscript/"
8SECTION = "console/utils"
9
10LICENSE = "GPLv3+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
14 file://enscript-autoconf.patch \
15"
16
17inherit autotools gettext
18
19SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
20SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
21
22RDEPENDS_${PN} = "perl"