ti-syslink 2.00.00.78: import from meta-ti
[openembedded.git] / recipes / gs / gs_8.16.bb
blobc0a707417971421876ab001717406911216937c9
1 DESCRIPTION = "An interpreter of the Postscript language"
2 LICENSE = "GPL"
3 SECTION = "console/utils"
4 HOMEPAGE = "http://www.gnu.org/software/ghostscript/ghostscript.html"
5 DEPENDS = "jpeg zlib"
6 PR = "r0"
8 SRC_URI = "${GNU_MIRROR}/ghostscript/gnu-ghostscript-${PV}.tar.gz"
9 S = "${WORKDIR}/gnu-ghostscript-${PV}"
11 inherit autotools flow-lossage
13 EXTRA_OECONF = "--without-x"
15 do_configure() {
16 gnu-configize
17 oe_runconf
20 do_compile() {
21 oe_runmake CCAUX="${BUILD_CC}"
24 do_install() {
25 oe_runmake bindir='${D}${bindir}' datadir='${D}${datadir}' libdir='${D}${libdir}' install
28 FILES_${PN} += "${datadir}/ghostscript"
30 SRC_URI[md5sum] = "c42dfaebc37fe81eab0b5676b124ab63"
31 SRC_URI[sha256sum] = "417922d35e66ee90cf93cf3e93fdf281ec6b92de4f7436c9c1a97c0cc35b94a8"