ti-syslink 2.00.00.78: import from meta-ti
[openembedded.git] / recipes / xournal / xournal_0.4.bb
blob59c8eff088ac79fc65a64b66c54f3bc3f2655408
1 HOMEPAGE = "http://xournal.sf.net/"
2 DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
3 DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
4 SECTION = "x11"
5 LICENSE = "GPL"
6 PR = "r0"
8 SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
9 file://xournal.desktop"
11 inherit autotools pkgconfig
13 do_install_append () {
14 install -d ${D}${datadir}/applications/
15 install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/
19 SRC_URI[md5sum] = "139ef3045c99dc5c07118b47ff9257e1"
20 SRC_URI[sha256sum] = "4de076c38b4b64188d23821e7d7a0f6a26b1d6707e768dadda14eb69dcc84598"