opt/intltool/Pkgfile

21 lines
403 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
version=0.51.0
2008-10-02 00:34:16 +02:00
release=1
2010-09-07 11:39:22 +02:00
source=(http://edge.launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
2008-10-02 00:34:16 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
2008-10-02 00:34:16 +02:00
make
make DESTDIR=$PKG install
}