core/libmpfr/Pkgfile

18 lines
446 B
Plaintext
Raw Normal View History

2008-09-17 10:28:59 +02:00
# Description: C library for multiple-precision floating-point computations with correct rounding
# URL: http://www.mpfr.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libgmp
name=libmpfr
version=2.3.2
release=1
2009-01-26 18:27:03 +01:00
source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.bz2)
2008-09-17 10:28:59 +02:00
build() {
cd mpfr-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}