Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / rosetta / rosetta_cvs.oe
1 SECTION = "x11/utils"
2 PV = "0.0cvs${CVSDATE}"
3 DEPENDS = "gtk+ libgpewidget x11 libxrandr libxft xtst xext xau"
4 DESCRIPTION = "Multistroke / full word handwriting recognition for X"
5 LICENSE = "GPL"
6
7 SRC_URI = "${HANDHELDS_CVS};module=rosetta \
8         file://rosetta-makefile.patch;patch=1"
9 S = "${WORKDIR}/rosetta"
10 PR = "r2"
11
12 inherit pkgconfig
13
14 FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications ${datadir}/rosetta"
15
16 do_install () {
17         oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
18 }
19
20 do_postinst () {
21   ${prefix}/bin/rosetta -R
22 }