summaryrefslogtreecommitdiff
path: root/packages/notecase/notecase_1.6.9.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-11-08 09:28:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-11-08 09:28:37 +0000
commitfb67c1179d6a5f7bcbf1a522f9fe17f1c5c2eba9 (patch)
treea8bb4294c0f3682d305d6e9c7847bb6365f87b98 /packages/notecase/notecase_1.6.9.bb
parentcd3eae8eb15953d90f158d9d5121f99a5f7f2c53 (diff)
notecase: unify recipes
Diffstat (limited to 'packages/notecase/notecase_1.6.9.bb')
-rw-r--r--packages/notecase/notecase_1.6.9.bb20
1 files changed, 4 insertions, 16 deletions
diff --git a/packages/notecase/notecase_1.6.9.bb b/packages/notecase/notecase_1.6.9.bb
index 4889b4f93d..73ea27b7db 100644
--- a/packages/notecase/notecase_1.6.9.bb
+++ b/packages/notecase/notecase_1.6.9.bb
@@ -1,20 +1,6 @@
-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/
-}
+require notecase.inc
+PR = "r1"
do_install() {
install -d ${D}${bindir}
@@ -27,3 +13,5 @@ do_install() {
install -m 644 ${S}/res/notecase.xpm ${D}${datadir}/icons/notecase.xpm
install -m 755 ${S}/bin/notecase ${D}${bindir}/
}
+
+FILES_${PN} += "${datadir}"