aboutsummaryrefslogtreecommitdiffstats
path: root/opie-i18n/opie-lrelease-native_cvs.oe
blob: db46a3d4a8be5e774690b4678107d21bc191bc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Opie native i18n tool lrelease"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Holger Freyther <zecke@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "uicmoc3-native"
PV = "1.1.6-cvs-${CVSDATE}"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lrelease \
           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/shared"

S = "${WORKDIR}/opie-lrelease"

inherit native qmake

export OE_QMAKE_LINK="${CXX}"
EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl"

do_stage() {
	install -m 0755 opie-lrelease ${STAGING_BINDIR}/
}