libmpfr: renamed to mpfr

This commit is contained in:
Danny Rawlins 2007-04-01 18:44:58 +10:00
parent ff81d14356
commit ab51d5b334
3 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Description: Multiple precision floating-point computation library with cumulative patches.
# URL: http://www.mpfr.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Maintainer: acrux, acrux at homelinux dot org
# Packager: acrux, acrux at homelinux dot org
# Depends on: libgmp
name=libmpfr
name=mpfr
version=2.2.1
release=1
source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
@ -17,7 +17,8 @@ build() {
--enable-shared \
--disable-nls
make && make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}