From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/micro-emacs/micro-emacs_20060909.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes/micro-emacs/micro-emacs_20060909.bb (limited to 'recipes/micro-emacs/micro-emacs_20060909.bb') diff --git a/recipes/micro-emacs/micro-emacs_20060909.bb b/recipes/micro-emacs/micro-emacs_20060909.bb new file mode 100644 index 0000000000..f980b368b1 --- /dev/null +++ b/recipes/micro-emacs/micro-emacs_20060909.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Mini-version of emacs, from http://www.jasspa.com" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "ncurses" + +S = "${WORKDIR}/me060909" + +SRC_URI = "http://www.jasspa.com/release_${PV}/jasspa-mesrc-${PV}-2.tar.gz \ + http://www.jasspa.com/release_${PV}/jasspa-memacros-${PV}.tar.gz \ + file://${FILESDIR}/zaurus_make.patch;patch=1" + +do_compile () { + oe_runmake -C src -f zaurus.gmk mec +} + +do_install() { + install -d ${D}${bindir} + install -d ${D}${datadir}/jasspa/macros + install -m 0755 src/mec ${D}${bindir}/mec + install -m 0644 ${WORKDIR}/*.* ${D}${datadir}/jasspa/macros/ +} + +PACKAGES += " ${PN}-macros" +FILES_${PN}-macros = "${datadir}/jasspa" + -- cgit v1.2.3