aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libiac_1.0.bb
blob: 3f13fbf5e99eb4f38cb7444993385c710396e155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE     = "LiPS"
DESCRIPTION = "LiPS IPC library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "gtk+ gtk-doc"
PR          = "r1"
PE          = "1"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools

do_stage () {
	autotools_stage_all
}