milis/talimatname/temel/mpfr/talimat

27 lines
627 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: The MPFR package contains functions for multiple precision math
# URL: http://www.mpfr.org/
# Paketçi: milisarge
# Gerekler:
isim=mpfr
surum=3.1.3
devir=2
kaynak=(http://www.mpfr.org/mpfr-current/mpfr-$surum.tar.xz
http://www.linuxfromscratch.org/patches/downloads/$isim/$isim-$surum-upstream_fixes-1.patch)
derle()
{
cd mpfr-$surum
patch -Np1 -i ../$isim-$surum-upstream_fixes-1.patch
./configure --prefix=/usr --enable-thread-safe \
--libdir=/lib \
--docdir=/usr/share/doc/mpfr-$surum
make
make check
make DESTDIR=$PKG install
#make html
#make DESTDIR=$PKG install-html
#rm -rf $PKG/usr/share/info/dir
}