aboutsummaryrefslogtreecommitdiffstats
path: root/rosetta
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-19 12:10:38 +0000
committerPhil Blundell <philb@gnu.org>2004-06-19 12:10:38 +0000
commit1e876cbd54f0a5a67667c10d03f385cf5692e9dc (patch)
treea98db5e16ed3629cdce2669f08f28cc5e47b2a14 /rosetta
parentb1d9961a91e6e9a0f1a1914025b340806da8bc5b (diff)
downloadopenembedded-1e876cbd54f0a5a67667c10d03f385cf5692e9dc.tar.gz
apply randr/render cleanup patch from Glenn McGrath
BKrev: 40d42d3eUecPVQUtQYT2kyLoI5y21g
Diffstat (limited to 'rosetta')
-rw-r--r--rosetta/rosetta_cvs.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/rosetta/rosetta_cvs.oe b/rosetta/rosetta_cvs.oe
index e69de29bb2..0147072a33 100644
--- a/rosetta/rosetta_cvs.oe
+++ b/rosetta/rosetta_cvs.oe
@@ -0,0 +1,16 @@
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "gtk+ libgpewidget x11 libxrandr xft 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
+}
+