libmpfr: update to 3.1.5-p1

This commit is contained in:
Juergen Daubert 2016-12-15 13:17:32 +01:00
parent d999e48489
commit 6fe5611be8
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
f549aa8507cdf3dbe2db3d0d604014cb libmpfr-3.1.5-p1.patch.gz
c4ac246cf9795a4491e7766002cd528f mpfr-3.1.5.tar.xz

View File

@ -4,12 +4,14 @@
# Depends on: libgmp
name=libmpfr
version=3.1.5
version=3.1.5-p1
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.