cellwriter_1.3.3: add new recipe
authorJunqian Gordon Xu <xjqian@gmail.com>
Thu, 13 Mar 2008 03:19:46 +0000 (03:19 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Thu, 13 Mar 2008 03:19:46 +0000 (03:19 +0000)
packages/cellwriter/.mtn2git_empty [new file with mode: 0644]
packages/cellwriter/cellwriter_1.3.3.bb [new file with mode: 0644]

diff --git a/packages/cellwriter/.mtn2git_empty b/packages/cellwriter/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/cellwriter/cellwriter_1.3.3.bb b/packages/cellwriter/cellwriter_1.3.3.bb
new file mode 100644 (file)
index 0000000..12ec70a
--- /dev/null
@@ -0,0 +1,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"