Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 566 - (hide annotations)
Sun Oct 4 15:04:28 2009 UTC (3 years, 7 months ago) by cjg
File size: 430 byte(s)
intltool: autoupdated to 0.40.6-1
1 cjg 222 # Description: Internationalization tool collection.
2     # URL: http://freshmeat.net/projects/intltool/
3 cjg 357 # Maintainer: Jose V Beneyto, sepen at crux dot nu
4 cjg 222 # Depends on: p5-xml-parser
5    
6     name=intltool
7 cjg 566 version=0.40.6
8 cjg 222 release=1
9 cjg 566 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
10 cjg 222
11    
12     build() {
13     cd $name-$version
14     ./configure \
15     --prefix=/usr \
16     --mandir=/usr/man
17     make
18     make DESTDIR=$PKG install
19     }
20