aboutsummaryrefslogtreecommitdiffstats
path: root/rosetta/rosetta_cvs.oe
blob: 9449a58138a2a2ad9a0ef240a78869036c6ef712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PV = "0.0cvs${CVSDATE}"
DEPENDS = "gtk+ libgpewidget x11 libxrandr libxft xinerama xtst xext xau"
DESCRIPTION = "Multistroke / full word handwriting recognition for X"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=rosetta \
	file://rosetta-makefile.patch;patch=1"
S = "${WORKDIR}/rosetta"

inherit pkgconfig

FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications ${datadir}/rosetta"

do_install () {
        oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
}