summaryrefslogtreecommitdiff
path: root/packages/notecase/notecase_1.6.9.bb
diff options
context:
space:
mode:
authorOliver Fels <oliver.fels@gmx.net>2007-11-08 09:18:30 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-11-08 09:18:30 +0000
commitcd3eae8eb15953d90f158d9d5121f99a5f7f2c53 (patch)
treeaa655039c1eb56b3157147386294afcf60f5b60d /packages/notecase/notecase_1.6.9.bb
parent3cf373cf8a985d240ac7fa4b71f88c289f6f27fb (diff)
notecase: update to 1.6.9
Diffstat (limited to 'packages/notecase/notecase_1.6.9.bb')
-rw-r--r--packages/notecase/notecase_1.6.9.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/notecase/notecase_1.6.9.bb b/packages/notecase/notecase_1.6.9.bb
new file mode 100644
index 0000000000..4889b4f93d
--- /dev/null
+++ b/packages/notecase/notecase_1.6.9.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "NoteCase is a hierarchical note manager (aka. outliner)." "
+AUTHOR = "Mioslav Rajcic"
+HOMEPAGE = "notecase.sf.net"
+SECTION = "x11/utils"
+LICENSE = "BSD"
+
+DEPENDS = "zlib gtk+ gnome-vfs"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}_src.tar.gz\
+ file://no-hardcoded-cxx.patch;patch=1"
+
+inherit pkgconfig
+
+do_compile_prepend() {
+ cp ${STAGING_LIBDIR}/libz.a ${S}/src/lib/zlib/
+}
+
+
+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}/
+}