22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
|
# Description: Internationalization tool collection.
|
||
|
# URL: http://freshmeat.net/projects/intltool/
|
||
|
# Maintainer: Simone Rota, sip at crux dot nu
|
||
|
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
|
||
|
# Depends on: p5-xml-parser
|
||
|
|
||
|
name=intltool
|
||
|
version=0.40.4
|
||
|
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
|
||
|
}
|
||
|
|