Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / gs / gs_8.01.oe
1 LICENSE = GPL
2 SECTION = "console/utils"
3 SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
4 DEPENDS = "jpeg zlib"
5 PR = "r1"
6
7 S = "${WORKDIR}/gnughostscript-${PV}"
8
9 FILES_${PN} += "${datadir}/ghostscript"
10
11 inherit autotools flow-lossage
12
13 EXTRA_OECONF = "--without-x"
14
15 do_compile() {
16         oe_runmake CCAUX="${BUILD_CC}"
17 }
18
19 do_install() {
20         oe_runmake bindir='${D}${bindir}' datadir='${D}${datadir}' libdir='${D}${libdir}' install
21 }