milis/talimatname/genel/intltool/talimat

20 lines
520 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Uluslararasılaştırma aracı koleksiyonu
# URL: http://freedesktop.org/wiki/Software/intltool
# Packager: milisarge
# Depends on: perl-xml-parser,expat
name=intltool
version=0.51.0
release=1
source=(http://edge.launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/doc/intltool-$version
install -v -Dm644 doc/I18N-HOWTO \
$PKG/usr/share/doc/intltool-$version/I18N-HOWTO
}