aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libvoc_svn.bb
blob: 3401586cf6496c306a4247bc47f4e85c80b5c7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE     = "LiPS"
DESCRIPTION = "LiPS voice call library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "gtk+ libglade libgsmd"
PV = "0.0+svnr-${SRCPV}"
PR          = "r0"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

S = "${WORKDIR}/${PN}"

do_stage () {
	autotools_stage_all
}