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
+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
+}
+