summaryrefslogtreecommitdiff
path: root/micro-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'micro-emacs')
-rw-r--r--micro-emacs/micro-emacs_20040301.oe27
1 files changed, 27 insertions, 0 deletions
diff --git a/micro-emacs/micro-emacs_20040301.oe b/micro-emacs/micro-emacs_20040301.oe
index e69de29bb2..5a460985da 100644
--- a/micro-emacs/micro-emacs_20040301.oe
+++ b/micro-emacs/micro-emacs_20040301.oe
@@ -0,0 +1,27 @@
+DESCRIPTION = "Mini-version of emacs, from http://www.jasspa.com"
+SECTION = "console/utils"
+PRIORITY = "optional"
+MAINTAINER = "Jason Haslup <openembedded@haslup.com>"
+LICENSE = "GPL"
+DEPENDS = "ncurses"
+
+S = "${WORKDIR}/me040301"
+
+SRC_URI = "http://www.jasspa.com/release_040301/jasspa-mesrc-20040301.tar.gz \
+ http://www.jasspa.com/release_040301/jasspa-memacros-20040301.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"
+