aboutsummaryrefslogtreecommitdiffstats
path: root/espgs/espgs_7.07.1rc1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'espgs/espgs_7.07.1rc1.oe')
-rw-r--r--espgs/espgs_7.07.1rc1.oe26
1 files changed, 0 insertions, 26 deletions
diff --git a/espgs/espgs_7.07.1rc1.oe b/espgs/espgs_7.07.1rc1.oe
deleted file mode 100644
index 1a076905e1..0000000000
--- a/espgs/espgs_7.07.1rc1.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-SECTION = "unknown"
-DEPENDS = "jpeg zlib libpng espgs-native"
-LICENSE = "GPL"
-
-SRC_URI = "ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2"
-S = "${WORKDIR}/espgs-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-drivers= \
- --without-ijs \
- --without-gimp-print \
- --without-omni \
- --without-x \
- --disable-cups"
-EXTRA_OEMAKE = "'BUILD_TIME_GS=${STAGING_BINDIR}/gs' \
- 'ECHOGS_XE=${STAGING_BINDIR}/echogs' \
- 'GENARCH_XE=${STAGING_BINDIR}/genarch' \
- 'GENCONF_XE=${STAGING_BINDIR}/genconf'"
-
-do_install () {
- oe_runmake 'prefix=${D}/${prefix}' \
- 'bindir=${D}/${bindir}' \
- 'datadir=${D}/${datadir}' \
- 'mandir=${D}/${mandir}' install
-}