blob: 9490ee09dce088471a9e43a09da7d79965e4f320 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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
Andrew Geissler9aee5002022-03-30 16:27:02 +000010LICENSE = "GPL-3.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
14 file://enscript-autoconf.patch \
Brad Bishope42b3e32020-01-15 22:08:42 -050015 file://0001-Fix-builds-with-recent-gettext.patch \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050016 file://0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch \
Brad Bishope42b3e32020-01-15 22:08:42 -050017 "
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018
19inherit autotools gettext
20
21EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'"
22
23SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
24SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
25
Patrick Williams213cb262021-08-07 19:21:33 -050026RDEPENDS:${PN} = "perl"