aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notecase/notecase_1.2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/notecase/notecase_1.2.6.bb')
-rw-r--r--recipes/notecase/notecase_1.2.6.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/notecase/notecase_1.2.6.bb b/recipes/notecase/notecase_1.2.6.bb
new file mode 100644
index 0000000000..7cd2cd7987
--- /dev/null
+++ b/recipes/notecase/notecase_1.2.6.bb
@@ -0,0 +1,8 @@
+require notecase.inc
+
+do_install() {
+ install -d ${D}${bindir}
+ install -d ${D}${datadir}/applications
+ install -m 644 ${S}/docs/notecase.desktop ${D}${datadir}/applications
+ install -m 755 ${S}/bin/notecase ${D}${bindir}/
+}