blob: de8705ccf02f4c7477a68b4db072e1fbe869609d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SECTION = "devel"
DESCRIPTION = "Utility scripts for internationalizing XML"
LICENSE = "GPL"
DEPENDS = "libxml-parser-perl-native"
#RDEPENDS = "libxml-parser-perl"
PR = "r1"
RRECOMMENDS = "perl-modules"
SRC_URI = "${GNOME_MIRROR}/intltool/0.35/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"
inherit autotools pkgconfig
do_stage() {
install -m 0644 intltool.m4 ${STAGING_DATADIR}/aclocal/
}
|