mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
14 lines
343 B
BlitzBasic
14 lines
343 B
BlitzBasic
SECTION = "devel"
|
|
DESCRIPTION = "Utility scripts for internationalizing XML"
|
|
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
|
LICENSE = "GPL"
|
|
|
|
SRC_URI = "${GNOME_MIRROR}/intltool/${PV}/intltool-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/intltool-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
install -m 0644 intltool.m4 ${STAGING_DATADIR}/aclocal/
|
|
}
|