opt/intltool/Pkgfile

21 lines
427 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
2013-02-15 17:42:28 +01:00
version=0.50.2
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 \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}