diff options
author | Carsten Haitzler <raster@openmoko.org> | 2009-04-14 20:19:36 +1000 |
---|---|---|
committer | Carsten Haitzler <raster@openmoko.org> | 2009-04-14 23:25:14 +1000 |
commit | 660bc2c08fe60a65331dee2980cd9b49c92b9b87 (patch) | |
tree | 601b807a1d39a99942d93fac7f29a1f7dcb9ee22 /recipes/e17 | |
parent | b7f7293617199f0f14064d0add50b8882d8a4ffb (diff) |
elementary-sms: add recipe
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/elementary-sms_svn.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/e17/elementary-sms_svn.bb b/recipes/e17/elementary-sms_svn.bb new file mode 100644 index 0000000000..2f0eec3a85 --- /dev/null +++ b/recipes/e17/elementary-sms_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An Elementary based SMS app" +LICENSE = "GPL" +DEPENDS = "ecore edbus elementary libefso" +SECTION = "x11" +PV = "0.0.0+svnr${SRCREV}" +PR = "r1" + +inherit e + +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=elementary-sms;proto=http" +S = "${WORKDIR}/elementary-sms" + +FILES_${PN} += "${bindir}/*" +FILES_${PN} += "${datadir}/${PN}" +FILES_${PN} += "${datadir}/icons/*" +FILES_${PN} += "${datadir}/applications/*" |