CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[attic/ports/opt-cross.git] / intltool / Pkgfile
1 # Description: Internationalization tool collection.
2 # URL: http://freshmeat.net/projects/intltool/
3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: p5-xml-parser
6
7 name=intltool
8 version=0.40.6
9 release=1
10 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2 \
11 $name-cross.patch)
12
13
14 build() {
15 cd $name-$version
16 patch -p0 < ../$name-cross.patch
17 ./configure --build=$CHOST \
18 --host=$CTARGET \
19 --prefix=/usr \
20 --mandir=/usr/man
21 make
22 make DESTDIR=$PKG install
23 }