aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/elmdentica_svn.bb
blob: 44730f5000667b018feba7018922302928eedec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A indenti.ca client for E"
DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native"
LICENSE = "GPLv3+"
SECTION = "e/apps"
HOMEPAGE = "http://elmdentica.googlecode.com"
AUTHOR = "seabra"

inherit e gettext

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"

PV = "0.9.9+svnr${SRCPV}"
PR = "r1"
SRCREV = "${EFL_SRCREV}"

do_configure_prepend() {
        autopoint --force
}