blob: 12ec70a48f99639670e839932076822354130feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "A grid-entry natural handwriting input panel"
SECTION = "x11/input"
AUTHOR = "Michael Levin"
LICENSE = "GPL"
DEPENDS = "gtk+ libxtst"
SRC_URI = "http://pub.risujin.org/cellwriter/${PN}-${PV}.tar.gz"
inherit autotools
EXTRA_OECONF = "--without-gnome"
FILES_${PN} += "${datadir}/icons"
|