libmpfr: update to 3.1.4-p2

This commit is contained in:
Juergen Daubert 2016-05-23 10:46:20 +02:00
parent b81a9b0d60
commit bea621f6f2
4 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
f39997a11746cd05f2e55211a0afb858 libmpfr-3.1.4-p2.patch.gz
064b2c18185038e404a401b830d59be8 mpfr-3.1.4.tar.xz

View File

@ -4,12 +4,14 @@
# Depends on: libgmp
name=libmpfr
version=3.1.4
version=3.1.4-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
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Binary file not shown.

Binary file not shown.