mpfr: moved to core

This commit is contained in:
Danny Rawlins 2008-12-05 17:36:22 +11:00
parent 61d1c9ec6d
commit 9c71a252d4
3 changed files with 0 additions and 34 deletions

View File

@ -1,9 +0,0 @@
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/
-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

View File

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

View File

@ -1,24 +0,0 @@
# Description: Multiple precision floating-point computation library with cumulative patches.
# URL: http://www.mpfr.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: acrux, acrux at homelinux dot org
# Depends on: libgmp
name=mpfr
version=2.3.2
release=1
source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
build() {
cd mpfr-$version
./configure \
--prefix=/usr \
--disable-static
make
#make check
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}