CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 876 -
(show annotations)
Sun Oct 4 15:10:34 2009 UTC (3 years, 7 months ago) by cjg
File size: 421 byte(s)
Sun Oct 4 15:10:34 2009 UTC (3 years, 7 months ago) by cjg
File size: 421 byte(s)
intltool: autoupdated to 0.40.5-1
| 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.5 |
| 8 | release=1 |
| 9 | source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.40/$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 | } |
| 20 |