milis/talimatname/genel/libidn/talimat

28 lines
692 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: GNU Libidn, Stringprep, Punycode ve IDNA 2003 teknik özelliklerinin tam olarak belgelendirilmiş bir uygulamasıdır.
# URL: http://www.gnu.org/software/libidn/
# Packager: milisarge
# Depends on:
name=libidn
version=1.32
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static \
--mandir=/usr/share/man --infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/{dir,libidn-components.png}
# Doc
find doc -name "Makefile*" -delete
rm -rf -v doc/{gdoc,idn.1,stamp-vti,man,texi}
mkdir -p /usr/share/doc/$name-$version
cp -r -v doc/* /usr/share/doc/$name-$version
}