libmpfr: update to 3.1.3-p2

This commit is contained in:
Juergen Daubert 2015-07-03 09:42:56 +02:00
parent fabbc78c1c
commit 9d27452902
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1,2 @@
185288424f0053b6db9c5544660b8e80 libmpfr-3.1.3-p2.patch.gz
6969398cd2fbc56a6af570b5273c56a9 mpfr-3.1.3.tar.xz

View File

@ -4,12 +4,15 @@
# Depends on: libgmp
name=libmpfr
version=3.1.3
version=3.1.3-p2
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
touch doc/mpfr.info
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Binary file not shown.