blob: 4384feccbdc8bf49995d7c2a30ab0d30c7c340b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Phone input method - shared headers"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+"
PV = "0.1+svnr-${SRCREV}"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;module=imheaders"
S = "${WORKDIR}/imheaders"
DEFAULT_PREFERENCE = "-1"
do_stage () {
autotools_stage_all
}
|