blob: 0cce92532fa737c347189237f834f9ee1c5f4395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "LiPS"
DESCRIPTION = "Extended widget library for GPE phone environment."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ libiac libgpephone"
PR = "r1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
do_stage () {
autotools_stage_all
}
|