Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Utility scripts for internationalizing XML" |
| 2 | SECTION = "devel" |
| 3 | LICENSE = "GPLv2" |
| 4 | |
| 5 | URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" |
| 6 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 7 | |
| 8 | UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/" |
| 9 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | S = "${WORKDIR}/intltool-${PV}" |
| 11 | |
| 12 | DEPENDS = "libxml-parser-perl-native" |
| 13 | RDEPENDS_${PN} = "gettext-dev libxml-parser-perl" |
| 14 | DEPENDS_class-native = "libxml-parser-perl-native" |
| 15 | # gettext is assumed to exist on the host |
| 16 | RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" |
| 17 | RRECOMMENDS_${PN} = "perl-modules" |
| 18 | RRECOMMENDS_${PN}_class-native = "" |
| 19 | |
| 20 | FILES_${PN}-dev = "" |
| 21 | FILES_${PN} += "${datadir}/aclocal" |
| 22 | |
| 23 | INSANE_SKIP_${PN} += "dev-deps" |
| 24 | |
| 25 | inherit autotools pkgconfig perlnative |
| 26 | |
| 27 | export PERL = "${bindir}/env perl" |
| 28 | PERL_class-native = "/usr/bin/env nativeperl" |
| 29 | |
| 30 | BBCLASSEXTEND = "native" |