surpport seeking the recorded video
[vuplus_openembedded] / recipes / intltool / intltool.inc
1 DESCRIPTION = "Utility scripts for internationalizing XML"
2 PRIORITY = "optional"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 DEPENDS += "libxml-parser-perl-native"
6 INC_PR = "r3"
7
8 URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
9 SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
10 S = "${WORKDIR}/intltool-${PV}"
11
12 inherit autotools  pkgconfig
13
14 do_stage() {
15         install -m 0644 intltool.m4 ${STAGING_DATADIR}/aclocal/
16 }