summaryrefslogtreecommitdiff
path: root/gs
diff options
context:
space:
mode:
Diffstat (limited to 'gs')
-rw-r--r--gs/gs_8.01.bb0
-rw-r--r--gs/gs_8.01.oe21
2 files changed, 0 insertions, 21 deletions
diff --git a/gs/gs_8.01.bb b/gs/gs_8.01.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gs/gs_8.01.bb
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
-}