notecase: add 1.2.6 of the notecase outliner
authorKoen Kooi <koen@openembedded.org>
Tue, 14 Nov 2006 12:46:06 +0000 (12:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 14 Nov 2006 12:46:06 +0000 (12:46 +0000)
* hand written makefile that has 'CXX=gcc', among other things....

packages/notecase/.mtn2git_empty [new file with mode: 0644]
packages/notecase/notecase_1.2.6.bb [new file with mode: 0644]

diff --git a/packages/notecase/.mtn2git_empty b/packages/notecase/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/notecase/notecase_1.2.6.bb b/packages/notecase/notecase_1.2.6.bb
new file mode 100644 (file)
index 0000000..7a38480
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "NoteCase is a hierarchical note manager (aka. outliner)." "
+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 -m 644 ${S}/docs/notecase.desktop ${D}${datadir}/applications
+       install -m 755 ${S}/bin/notecase ${D}${bindir}/
+}