aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/shr/shr-contacts_git.bb
blob: ae18feb60656154f8bf6e58c2fc3e24a82131ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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${SRCPV}"
PR = "r6"

inherit pkgconfig autotools

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