opt/intltool/Pkgfile

21 lines
421 B
Plaintext
Raw Normal View History

2008-10-02 00:34:16 +02:00
# Description: Internationalization tool collection.
# URL: http://freshmeat.net/projects/intltool/
2009-01-12 09:58:46 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-10-02 00:34:16 +02:00
# Depends on: p5-xml-parser
name=intltool
2009-01-12 09:58:46 +01:00
version=0.40.5
2008-10-02 00:34:16 +02: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
}