Skip to content

Commit

Permalink
elementary-sms: add package for illume image
Browse files Browse the repository at this point in the history
  • Loading branch information
rastermann committed Feb 19, 2009
1 parent 76ec3ba commit 2bc1ed5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/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/*"

0 comments on commit 2bc1ed5

Please sign in to comment.