]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-i18n/opie-lupdate-native.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-i18n / opie-lupdate-native.inc
1 DESCRIPTION = "Opie native i18n tool lupdate"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 MAINTAINER = "Holger Freyther <zecke@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = "uicmoc3-native"
7
8 S = "${WORKDIR}/opie-lupdate"
9
10 inherit native qmake qt3e
11
12 export OE_QMAKE_LINK="${CXX}"
13 EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl "
14 EXTRA_QMAKEVARS_POST_append = "CONFIG-=thread "
15
16 do_stage() {
17         install -m 0755 opie-lupdate ${STAGING_BINDIR}/
18 }