opt/intltool/Pkgfile
2010-09-07 11:50:16 +02:00

21 lines
427 B
Plaintext

# Description: Internationalization tool collection.
# URL: http://freshmeat.net/projects/intltool/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: p5-xml-parser
name=intltool
version=0.41.1
release=1
source=(http://edge.launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}