# Description: The internationalization tool collection # URL: https://www.freedesktop.org/wiki/Software/intltool/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: perl-xml-parser name=intltool version=0.51.0 release=1 source=(https://launchpad.net/${name}/trunk/${version}/+download/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }