libmpfr: new dependency of gcc 4.3

This commit is contained in:
Juergen Daubert 2008-09-17 10:28:59 +02:00
parent 8268e0e8bc
commit e002283876
3 changed files with 28 additions and 0 deletions

10
libmpfr/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/mpf2mpfr.h
-rw-r--r-- root/root usr/include/mpfr.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmpfr.a
-rwxr-xr-x root/root usr/lib/libmpfr.la
lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.1.1.2
lrwxrwxrwx root/root usr/lib/libmpfr.so.1 -> libmpfr.so.1.1.2
-rwxr-xr-x root/root usr/lib/libmpfr.so.1.1.2

1
libmpfr/.md5sum Normal file
View File

@ -0,0 +1 @@
527147c097874340cb9cee0579dacf3b mpfr-2.3.2.tar.bz2

17
libmpfr/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
build() {
cd mpfr-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}