blob: 796b96592ba15c3902fce721da52128b8cfb6cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "The SHR Dialer"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCREV}"
PR = "r9"
inherit pkgconfig autotools
SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
S = "${WORKDIR}/git/${PN}"
|