![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit fb96962ccafd92e137de18818fb76eef0f310688 Author: Juergen Daubert <jue@jue.li> Date: Tue Oct 15 18:48:03 2013 +0200 libmpfr: update to 3.1.2-p3 diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum index ef2a210..ad93b7b 100644 --- a/libmpfr/.md5sum +++ b/libmpfr/.md5sum @@ -1 +1,2 @@ +9b67c3009dd8b99403cfa6f93c82f953 libmpfr-3.1.2-p3.patch.gz e3d203d188b8fe60bb6578dd3152e05c mpfr-3.1.2.tar.xz diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile index f27fd33..e6dbab4 100644 --- a/libmpfr/Pkgfile +++ b/libmpfr/Pkgfile @@ -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 diff --git a/libmpfr/libmpfr-3.1.2-p3.patch.gz b/libmpfr/libmpfr-3.1.2-p3.patch.gz new file mode 100644 index 0000000..99a751d Binary files /dev/null and b/libmpfr/libmpfr-3.1.2-p3.patch.gz differ