2008-10-01 22:34:16 +00:00
|
|
|
# Description: Internationalization tool collection.
|
|
|
|
# URL: http://freshmeat.net/projects/intltool/
|
2009-01-12 08:58:46 +00:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
2008-10-01 22:34:16 +00:00
|
|
|
# Depends on: p5-xml-parser
|
|
|
|
|
|
|
|
name=intltool
|
2009-01-12 08:58:46 +00:00
|
|
|
version=0.40.5
|
2008-10-01 22:34:16 +00:00
|
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.40/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--mandir=/usr/man
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|
|
|
|
|