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

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

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

inherit native

do_configure() {
	QMAKESPEC="${QMAKE_MKSPEC_PATH}/${TARGET_OS}-g++" 
	qmake -makefile -spec $QMAKESPEC -o Makefile lrelease.pro
}

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