blob: 6a4b6839b4d41ace47759203d25bc636c73982c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
HOMEPAGE = "http://xournal.sf.net/"
DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
DEPENDS = "gtk+ libgnomecanvas"
SECTION = "x11"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://xournal.sourceforge.net/xournal-0.2.tar.gz \
file://no-printing.diff;patch=1"
inherit autotools pkgconfig
|