22 lines
487 B
Plaintext
22 lines
487 B
Plaintext
# Description: Internationalization tool collection.
|
|
# URL: https://freedesktop.org/wiki/Software/intltool/
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
# Depends on: p5-xml-parser
|
|
|
|
name=intltool
|
|
version=0.51.0
|
|
release=2
|
|
source=(http://edge.launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz
|
|
intltool-perl-5.22.patch)
|
|
|
|
|
|
build() {
|
|
cd $name-$version
|
|
patch -p0 -i $SRC/intltool-perl-5.22.patch
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|