# Description: Internationalization tool collection. # URL: http://freshmeat.net/projects/intltool/ # Maintainer: Jose V Beneyto, sepen at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: p5-xml-parser name=intltool version=0.40.6 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2 \ $name-cross.patch) build() { cd $name-$version patch -p0 < ../$name-cross.patch ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }