summaryrefslogtreecommitdiff
path: root/opie-i18n/opie-lrelease-native_cvs.oe
blob: 83339406db9d2c24a487542bf00336662ab66b3e (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}/qws/${TARGET_OS}-oe-g++" 
	qmake -makefile -spec $QMAKESPEC -o Makefile lrelease.pro
}

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