summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/elmdentica_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/elmdentica_svn.bb')
-rw-r--r--meta-efl/recipes-efl/e17/elmdentica_svn.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
new file mode 100644
index 000000000..013a7ded0
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A indenti.ca client for E"
2DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native azy"
3LICENSE = "GPLv3+"
4SECTION = "e/apps"
5HOMEPAGE = "http://elmdentica.googlecode.com"
6AUTHOR = "seabra"
7
8inherit e gettext
9SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
10S = "${WORKDIR}/${SRCNAME}"
11
12EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
13
14PV = "0.9.9+svnr${SRCPV}"
15PR = "r3"
16SRCREV = "${EFL_SRCREV}"
17
18RDEPENDS_${PN} = "${PN}-themes"
19
20do_configure_prepend() {
21 autopoint --force
22}