libmpfr: update to 3.0.1-p4

This commit is contained in:
Juergen Daubert 2011-07-06 18:39:48 +02:00
parent c3094f0cd3
commit 20f59de544
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
80c1c73087709787a96aa34ab50000e2 libmpfr-3.0.1-p4.patch.gz
645882d9d179113a70af84d27086ed9f mpfr-3.0.1.tar.xz

View File

@ -4,12 +4,14 @@
# Depends on: libgmp
name=libmpfr
version=3.0.1
version=3.0.1-p4
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%-*}
gunzip -c $SRC/$name-$version.patch.gz | patch -p1
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Binary file not shown.