milis/talimatname/temel/gettext/talimat

22 lines
462 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.

# Tanım: Utilities for internationalization and localization.
# URL: http://www.gnu.org/software/gettext/
# Paketçi: milisarge
# Gerekler:
isim=gettext
surum=0.19.7
devir=1
kaynak=(http://ftp.gnu.org/gnu/gettext/gettext-$surum.tar.xz)
derle()
{
cd gettext-$surum
./configure --prefix=/usr \
--docdir=/usr/share/doc/gettext-$surum
make
make check||true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
chmod 0755 $PKG/usr/lib/preloadable_libintl.so
}