aboutsummaryrefslogtreecommitdiffstats
path: root/intltool/intltool_0.30.oe
blob: 29af8fc95958834a3dcdd71e83e5cca407a5ef7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Utility scripts for internationalizing XML"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc"

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_DATADIR}/aclocal/
}