diff options
author | Juergen Daubert <jue@jue.li> | 2013-10-15 18:48:03 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-10-15 18:48:03 +0200 |
commit | fb96962ccafd92e137de18818fb76eef0f310688 (patch) | |
tree | bb3ac381f528d201a59bbb44dca77c9567151121 /libmpfr | |
parent | 5b42388076f67add83d2ab3c04f080981d8242c8 (diff) | |
download | core-fb96962ccafd92e137de18818fb76eef0f310688.tar.gz core-fb96962ccafd92e137de18818fb76eef0f310688.tar.xz |
libmpfr: update to 3.1.2-p3
Diffstat (limited to 'libmpfr')
-rw-r--r-- | libmpfr/.md5sum | 1 | ||||
-rw-r--r-- | libmpfr/Pkgfile | 8 | ||||
-rw-r--r-- | libmpfr/libmpfr-3.1.2-p3.patch.gz | bin | 0 -> 4527 bytes |
3 files changed, 6 insertions, 3 deletions
diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum index ef2a2109..ad93b7b4 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 f27fd33d..e6dbab46 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 Binary files differnew file mode 100644 index 00000000..99a751d0 --- /dev/null +++ b/libmpfr/libmpfr-3.1.2-p3.patch.gz |