mpfr: 2.3.0 -> 2.3.0.-p1

This commit is contained in:
Danny Rawlins 2007-09-05 11:17:46 +10:00
parent c1420167c1
commit 00a7c3e533
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1,2 @@
cf7c743e4be122e63eb6f372fc58b657 mpfr-2.3.0.tar.bz2
3cf60f009f2afdbffb011e9909bc6d50 patches

View File

@ -5,11 +5,14 @@
# Depends on: libgmp
name=mpfr
version=2.3.0
version=2.3.0-p1
release=1
source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
source=(http://www.mpfr.org/mpfr-current/mpfr-${version%%-*}.tar.bz2 \
http://www.mpfr.org/mpfr-current/patches)
build() {
cd mpfr-$version
cd mpfr-${version%%-*}
patch -p1 -i $SRC/patches
#autoreconf -i -f
./configure \