opt/intltool/Pkgfile

21 lines
430 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-03-16 10:03:38 +01:00
version=0.40.6
2008-10-02 00:34:16 +02:00
release=1
2009-03-16 10:03:38 +01:00
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
2008-10-02 00:34:16 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}