into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/01 14:02:52+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/01/01 14:02:30+01:00 dyndns.org!reenoo
rosetta: fix postinst. precalculations are done in the postinst now, which drastically reduces startup time of rosetta.
BKrev: 41d6a839TuB6iCPVZ0LBzfNSX1z5qg
+SECTION = "x11/utils"
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "gtk+ libgpewidget x11 libxrandr libxft xtst xext xau"
+DESCRIPTION = "Multistroke / full word handwriting recognition for X"
+LICENSE = "GPL"
+
+SRC_URI = "${HANDHELDS_CVS};module=rosetta \
+ file://rosetta-makefile.patch;patch=1"
+S = "${WORKDIR}/rosetta"
+PR = "r3"
+
+inherit pkgconfig
+
+FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications ${datadir}/rosetta"
+
+do_install () {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
+}
+
+do_postinst () {
+if test "x$D" != "x"; then
+ exit 1
+else
+ ${prefix}/bin/rosetta -P
+fi
+}