gnome-screensaver 2.28.3: fix up configure as well now
[openembedded.git] / recipes / gs / gs_8.16.bb
blobcf1e8ba411373eedc1da83137142bec5ff4db406
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"