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