aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/ptim-headers_svn.bb
blob: f7a6ba2b770cdac73250e26ec72c4cd7664d8c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Phone input method - shared headers"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+"
PV = "0.1+svnr${SRCPV}"
PE = "1"

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
}