mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-13 01:50:37 +00:00
This sets up the perl interpreter correctly on target package Also fixes QA Issue: /usr/bin/sliceprint contained in package enscript requires /mnt/a/oe /build/tmp/hosttools/perl, but no providers found in RDEPENDS_enscript? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
893 B
BlitzBasic
25 lines
893 B
BlitzBasic
SUMMARY = "A plain ASCII to PostScript converter"
|
|
DESCRIPTION = "GNU enscript is a free replacement for Adobe''s Enscript \
|
|
program. Enscript converts ASCII files to PostScript(TM) and spools generated \
|
|
PostScript output to the specified printer or saves it to a file. Enscript can \
|
|
be extended to handle different output media and includes many options for \
|
|
customizing printouts."
|
|
HOMEPAGE = "http://www.gnu.org/software/enscript/"
|
|
SECTION = "console/utils"
|
|
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
|
file://enscript-autoconf.patch \
|
|
"
|
|
|
|
inherit autotools gettext
|
|
|
|
EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'"
|
|
|
|
SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
|
|
SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
|
|
|
|
RDEPENDS_${PN} = "perl"
|