blob: 94986852c80a35e3580bce4dea52babd675bebaf (
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 = "GPL"
DEPENDS = "gtk+"
PV = "0.1+svn-${SRCDATE}"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;module=imheaders"
S = "${WORKDIR}/imheaders"
DEFAULT_PREFERENCE = "-1"
do_starge () {
autotools_do_stage_all
}
|