[oe-commits] org.oe.dev notecase: add 1.2.6 of the notecase outliner

koen commit openembedded-commits at lists.openembedded.org
Tue Nov 14 12:48:22 UTC 2006


notecase: add 1.2.6 of the notecase outliner
* hand written makefile that has 'CXX=gcc', among other things....

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a6910dfaa21901123a7c03ffb8e359b19c0020a4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a6910dfaa21901123a7c03ffb8e359b19c0020a4
Files:
1
packages/notecase
packages/notecase/notecase_1.2.6.bb
Diffs:

#
# mt diff -r5084a3f14a574af7b52017d7454197d7a5e03581 -ra6910dfaa21901123a7c03ffb8e359b19c0020a4
#
# 
# 
# add_dir "packages/notecase"
# 
# add_file "packages/notecase/notecase_1.2.6.bb"
#  content [9e3c4c5c2c985e5e91939b9b36f848b9da20aba9]
# 
============================================================
--- packages/notecase/notecase_1.2.6.bb	9e3c4c5c2c985e5e91939b9b36f848b9da20aba9
+++ packages/notecase/notecase_1.2.6.bb	9e3c4c5c2c985e5e91939b9b36f848b9da20aba9
@@ -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}/
+}






More information about the Openembedded-commits mailing list