diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-06-07 14:49:51 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-06-07 14:49:51 +0200 |
commit | af5e1f63ad0080710724c0a354c1410d7ff25d85 (patch) | |
tree | e2f64327fa2d216f21060569b20ab09ba04dd2de /recipes/e17/bubble-keyboard_svn.bb | |
parent | be6a42a5b0ebfdd0d111a3d36a20727bea7b0607 (diff) | |
parent | 0ce059dec3906b8a7bb973bcc42f54ce33d56484 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/e17/bubble-keyboard_svn.bb')
-rw-r--r-- | recipes/e17/bubble-keyboard_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/e17/bubble-keyboard_svn.bb b/recipes/e17/bubble-keyboard_svn.bb new file mode 100644 index 0000000000..c47c8fb12d --- /dev/null +++ b/recipes/e17/bubble-keyboard_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Simple dialpad keyboard" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "ecore evas edje libfakekey" +PV = "0.1.4+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=bubble-keyboard" +S = "${WORKDIR}/bubble-keyboard" + +inherit autotools pkgconfig |