From 1f7a26f0fa80f517cdb52b2dc7fa0a9853666191 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Sep 2004 23:03:18 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/09/09 18:02:19-05:00 handhelds.org!kergoth Add default empty 'src' file for ipkg-collateral, so it's possible to build it without a DISTRO specific one. 2004/09/09 18:01:48-05:00 handhelds.org!kergoth Add zlib and zlib-native 1.2.1. 2004/09/09 17:59:18-05:00 handhelds.org!kergoth GNU ghostscript needs to depend on jpeg. BKrev: 4140e136ohgQ9IV-TD_VvXhmAN4Tlg --- gs/gs_8.01.oe | 17 +++++++++++++++++ ipkg/ipkg-collateral/src | 0 zlib/zlib-native_1.2.1.oe | 0 zlib/zlib_1.2.1.oe | 0 4 files changed, 17 insertions(+) create mode 100644 ipkg/ipkg-collateral/src create mode 100644 zlib/zlib-native_1.2.1.oe create mode 100644 zlib/zlib_1.2.1.oe 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 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 diff --git a/zlib/zlib_1.2.1.oe b/zlib/zlib_1.2.1.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3