blob: 2ed36458e4150337c4330ff6cb585257b8fef5ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Phone input method - shared headers"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+"
inherit gpephone pkgconfig autotools
SRC_URI = "${GPEPHONE_MIRROR}/ptim-headers-${PV}/imheaders-${PV}.tar.bz2"
S = "${WORKDIR}/imheaders-${PV}"
do_stage () {
autotools_stage_all
}
|