blob: 3ab60725d62ddb43293c3f275558e8a6688a36ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
HOMEPAGE = "http://xournal.sf.net/"
DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
DEPENDS = "gtk+ libgnomecanvas"
SECTION = "x11"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "http://xournal.sourceforge.net/xournal-0.3.1.tar.gz \
"
inherit autotools pkgconfig
|