diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-15 19:29:48 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-15 19:56:34 +0100 |
commit | f18414059f60ec5924a702a227069aac09f19a0b (patch) | |
tree | 965f002fa3fdc5ad9fbb4715dd92e093110e2562 /recipes/shr/shr-launcher_svn.bb | |
parent | 52b9d26f27203c9df18fa4f4855cb006af800c0b (diff) |
shr phone applications: new recipes
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr/shr-launcher_svn.bb')
-rw-r--r-- | recipes/shr/shr-launcher_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb new file mode 100644 index 0000000000..ffd6161586 --- /dev/null +++ b/recipes/shr/shr-launcher_svn.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "shr-launcher is a home app/launcher for openmoko phones" +HOMEPAGE = "http://code.google.com/p/shr-launcher/" +AUTHOR = "cchandel" +LICENSE = "GPLv2" +SECTION = "e/apps" +DEPENDS = "elementary eina edbus" + +PV = "0.0.1+svnr${SRCPV}" +PR = "r0" + +SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http" + +do_configure_prepend() { + rm -f ${S}/config.log + rm -f ${S}/config.status +} + +S = "${WORKDIR}" + +inherit autotools + |