blob: 223c22bf4615e3eabd51e6cc845d13443c2c98b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Utility scripts for internationalizing XML"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/intltool/${PV}/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"
inherit autotools libtool pkgconfig
do_stage() {
install -m 0644 intltool.m4 ${STAGING_DIR}/share/aclocal/
}
|