diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-17 09:55:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-17 09:55:09 +0000 |
commit | b0d8fe59b111213ae0c2e1b8ce7e4993e65b6eef (patch) | |
tree | cddce66852e706d3c9463fdf624e1ce3702d4ab5 /packages/notecase/notecase_1.7.2.bb | |
parent | ad8e58824e296cedc69e119261bea5a8131d08aa (diff) |
notecase: update to 1.7.2
Diffstat (limited to 'packages/notecase/notecase_1.7.2.bb')
-rw-r--r-- | packages/notecase/notecase_1.7.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/notecase/notecase_1.7.2.bb b/packages/notecase/notecase_1.7.2.bb new file mode 100644 index 0000000000..73ea27b7db --- /dev/null +++ b/packages/notecase/notecase_1.7.2.bb @@ -0,0 +1,17 @@ +require notecase.inc + +PR = "r1" + +do_install() { + install -d ${D}${bindir} + install -d ${D}${datadir}/applications + install -d ${D}${datadir}/doc + install -d ${D}${datadir}/doc/notecase + install -d ${D}${datadir}/icons + install -m 644 ${S}/docs/notecase.desktop ${D}${datadir}/applications + install -m 644 ${S}/docs/help.ncd ${D}${datadir}/doc/notecase/help.ncd + install -m 644 ${S}/res/notecase.xpm ${D}${datadir}/icons/notecase.xpm + install -m 755 ${S}/bin/notecase ${D}${bindir}/ +} + +FILES_${PN} += "${datadir}" |