libmpfr: update to 3.1.2-p3

This commit is contained in:
Juergen Daubert 2013-10-15 18:48:03 +02:00
parent 5b42388076
commit fb96962cca
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1,2 @@
9b67c3009dd8b99403cfa6f93c82f953 libmpfr-3.1.2-p3.patch.gz
e3d203d188b8fe60bb6578dd3152e05c mpfr-3.1.2.tar.xz

View File

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