Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations)
Sun Oct 4 14:32:32 2009 UTC (3 years, 7 months ago) by cjg
File size: 473 byte(s)
intltool: bump to 0.40.5
1 # Description: Internationalization tool collection.
2 # URL: http://freshmeat.net/projects/intltool/
3 # Maintainer: Simone Rota, sip at crux dot nu
4 # Packager: Jose V Beneyto, joberui at ei dot upv dot es
5 # Depends on: p5-xml-parser
6
7 name=intltool
8 version=0.40.5
9 release=1
10 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.40/$name-$version.tar.bz2)
11
12
13 build() {
14 cd $name-$version
15 ./configure \
16 --prefix=/usr \
17 --mandir=/usr/man
18 make
19 make DESTDIR=$PKG install
20 }
21