blob: e63f20eeae87d877a4d86816f87f559a362eff42 (
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.40.6
8 release=1
9 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
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 }
|