summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/gs_8.01.oe17
-rw-r--r--ipkg/ipkg-collateral/src0
-rw-r--r--zlib/zlib-native_1.2.1.oe0
-rw-r--r--zlib/zlib_1.2.1.oe0
4 files changed, 17 insertions, 0 deletions
diff --git a/gs/gs_8.01.oe b/gs/gs_8.01.oe
index e69de29bb2..50d8b0b5ab 100644
--- a/gs/gs_8.01.oe
+++ b/gs/gs_8.01.oe
@@ -0,0 +1,17 @@
+SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
+DEPENDS = "jpeg"
+
+S = "${WORKDIR}/gnughostscript-${PV}"
+
+FILES_${PN} += "${datadir}/ghostscript"
+
+inherit autotools flow-lossage
+
+do_compile() {
+ oe_runmake CCAUX="${BUILD_CC}"
+}
+
+do_install() {
+ oe_runmake bindir='${D}${bindir}' datadir='${D}${datadir}' libdir='${D}${libdir}' install
+}
+
diff --git a/ipkg/ipkg-collateral/src b/ipkg/ipkg-collateral/src
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg/ipkg-collateral/src
diff --git a/zlib/zlib-native_1.2.1.oe b/zlib/zlib-native_1.2.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/zlib/zlib-native_1.2.1.oe
diff --git a/zlib/zlib_1.2.1.oe b/zlib/zlib_1.2.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/zlib/zlib_1.2.1.oe