libmpfr: update to 3.0.0-p3

This commit is contained in:
Juergen Daubert 2010-07-13 14:07:01 +02:00
parent 8d9af2ad54
commit 243941c8d3
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1,2 @@
0ef6115628220cf88eb3d47e6fb6034a libmpfr-3.0.0-p3.patch.gz
8ab3bef2864b8c6e6a291f5603141bbd mpfr-3.0.0.tar.xz

View File

@ -4,12 +4,14 @@
# Depends on: libgmp
name=libmpfr
version=3.0.0
version=3.0.0-p3
release=1
source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz)
source=(http://www.mpfr.org/mpfr-$version/mpfr-${version%-*}.tar.xz
$name-$version.patch.gz)
build() {
cd mpfr-$version
cd mpfr-${version%-*}
gunzip -c $SRC/$name-$version.patch.gz | patch -p1
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Binary file not shown.