[oe-commits] Carsten Haitzler : elementary-sms: add recipe

GIT User account git at amethyst.openembedded.net
Tue Apr 14 13:28:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 660bc2c08fe60a65331dee2980cd9b49c92b9b87
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=660bc2c08fe60a65331dee2980cd9b49c92b9b87

Author: Carsten Haitzler <raster at openmoko.org>
Date:   Tue Apr 14 20:19:36 2009 +1000

elementary-sms: add recipe

---

 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 0000000..2f0eec3
--- /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/*"





More information about the Openembedded-commits mailing list