diff options
Diffstat (limited to 'recipes/freesmartphone/enter_0.0.2.bb')
-rw-r--r-- | recipes/freesmartphone/enter_0.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/freesmartphone/enter_0.0.2.bb b/recipes/freesmartphone/enter_0.0.2.bb new file mode 100644 index 0000000000..2a51af6506 --- /dev/null +++ b/recipes/freesmartphone/enter_0.0.2.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "An easy-to-use virtual keyboard for small touchscreen displays" +SECTION = "openmoko/inputmethods" +DEPENDS = "ecore evas edje" +PR = "r0" + +inherit autotools + +SRC_URI = "http://gstaedtner.net/projects/enter/enter.tar.gz" + +FILES_${PN} += "${datadir}" |