aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lemon/lemon_3.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lemon/lemon_3.5.4.bb')
-rw-r--r--recipes/lemon/lemon_3.5.4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/lemon/lemon_3.5.4.bb b/recipes/lemon/lemon_3.5.4.bb
new file mode 100644
index 0000000000..4a7e5e77f0
--- /dev/null
+++ b/recipes/lemon/lemon_3.5.4.bb
@@ -0,0 +1,11 @@
+require lemon.inc
+
+PR = "r0"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 lemon ${D}${bindir}
+ install -m 0644 lempar.c ${D}${bindir}
+ install -d ${D}${mandir}/man1
+ install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/
+}