aboutsummaryrefslogtreecommitdiffstats
path: root/packages/notecase/notecase_1.2.6.bb
blob: 7a38480f22ae6bc5aa3c1aee228fff8e3ac646cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}/
}