diff options
Diffstat (limited to 'gs/gs_8.01.oe')
-rw-r--r-- | gs/gs_8.01.oe | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gs/gs_8.01.oe b/gs/gs_8.01.oe deleted file mode 100644 index 663c7712fb..0000000000 --- a/gs/gs_8.01.oe +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = GPL -SECTION = "console/utils" -SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz" -DEPENDS = "jpeg zlib" -PR = "r1" - -S = "${WORKDIR}/gnughostscript-${PV}" - -FILES_${PN} += "${datadir}/ghostscript" - -inherit autotools flow-lossage - -EXTRA_OECONF = "--without-x" - -do_compile() { - oe_runmake CCAUX="${BUILD_CC}" -} - -do_install() { - oe_runmake bindir='${D}${bindir}' datadir='${D}${datadir}' libdir='${D}${libdir}' install -} |