blob: 327720777f49b39adb1e4978b4c18ae5c972d171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
HOMEPAGE = "http://www-math.mit.edu/~auroux/software/xournal/"
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://math.mit.edu/~auroux/software/xournal/xournal.tar.gz \
file://no-printing.diff;patch=1"
inherit autotools pkgconfig
|