opt/intltool/Pkgfile

22 lines
489 B
Plaintext
Raw Normal View History

2008-10-02 00:34:16 +02:00
# Description: Internationalization tool collection.
# URL: https://freedesktop.org/wiki/Software/intltool/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2008-10-02 00:34:16 +02:00
# 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)
2008-10-02 00:34:16 +02:00
build() {
cd $name-$version
patch -p0 -i $SRC/intltool-perl-5.22.patch
./configure --prefix=/usr
2008-10-02 00:34:16 +02:00
make
make DESTDIR=$PKG install
}