aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xournal/xournal_0.3.3.bb
blob: 5a8a1b74b7b9bf837aa632638439657f9be88d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOMEPAGE = "http://xournal.sf.net/"
DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
SECTION = "x11"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
           file://xournal.desktop"

inherit autotools pkgconfig

do_install_append () {
	install -d ${D}${datadir}/applications/
	install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/
}