blob: 7fdb52c3c1938a460f3b2b9b114df70b661130fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Simple Dialer based on Elementary and FSO"
SECTION = "x11"
LICENSE = "GPLv2"
DEPENDS = "ecore edbus elementary libefso"
PV = "0.1.0.0+svnr${SRCPV}"
SRCREV = "194"
SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=essential-dialer"
S = "${WORKDIR}/essential-dialer"
inherit autotools pkgconfig
|