Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "A plain ASCII to PostScript converter" |
| 2 | DESCRIPTION = "GNU enscript is a free replacement for Adobe''s Enscript \ |
| 3 | program. Enscript converts ASCII files to PostScript(TM) and spools generated \ |
| 4 | PostScript output to the specified printer or saves it to a file. Enscript can \ |
| 5 | be extended to handle different output media and includes many options for \ |
| 6 | customizing printouts." |
| 7 | HOMEPAGE = "http://www.gnu.org/software/enscript/" |
| 8 | SECTION = "console/utils" |
| 9 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 10 | LICENSE = "GPL-3.0-or-later" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
| 12 | |
| 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |
| 14 | file://enscript-autoconf.patch \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 15 | file://0001-Fix-builds-with-recent-gettext.patch \ |
| 16 | " |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | |
| 18 | inherit autotools gettext |
| 19 | |
| 20 | EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'" |
| 21 | |
| 22 | SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd" |
| 23 | SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb" |
| 24 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 25 | RDEPENDS:${PN} = "perl" |