blob: d91497b85ce8782f7afa77a40d3a66fe09fec392 (
plain)
1 # Description: Internationalization tool collection.
2 # URL: http://freshmeat.net/projects/intltool/
3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
4 # Depends on: p5-xml-parser
5
6 name=intltool
7 version=0.50.2
8 release=1
9 source=(http://edge.launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
10
11
12 build() {
13 cd $name-$version
14 ./configure \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 }
|