blob: 2074d0b232d8cae1ba8e59949a37d4b801c9b873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
HOMEPAGE = "http://www-math.mit.edu/~auroux/software/xournal/"
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 libgnomeprintui"
inherit autotools pkgconfig
SRC_URI = "http://www-math.mit.edu/~auroux/software/xournal/${P}.tar.gz"
|