aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-contacts_git.bb
blob: 1b9a38313057b77d97d9b9a8618e908dd489fffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The SHR Contacts application"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCREV}"
PR = "r6"

inherit pkgconfig autotools

SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
S = "${WORKDIR}/git/${PN}"