summaryrefslogtreecommitdiff
path: root/libmpfr
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-12-15 13:17:32 +0100
committerJuergen Daubert <jue@jue.li>2016-12-15 13:17:32 +0100
commit6fe5611be87f39b533e3182e7f4eac87e38776fa (patch)
tree8b95dd6a47eda7e962e8938c665712fd4b438304 /libmpfr
parentd999e48489f59fd60d8d46be6d20cfb89616e768 (diff)
downloadcore-6fe5611be87f39b533e3182e7f4eac87e38776fa.tar.gz
core-6fe5611be87f39b533e3182e7f4eac87e38776fa.tar.xz
libmpfr: update to 3.1.5-p1
Diffstat (limited to 'libmpfr')
-rw-r--r--libmpfr/.md5sum1
-rw-r--r--libmpfr/Pkgfile6
-rw-r--r--libmpfr/libmpfr-3.1.5-p1.patch.gzbin0 -> 920 bytes
3 files changed, 5 insertions, 2 deletions
diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum
index 3cc9763c..9627c4b5 100644
--- a/libmpfr/.md5sum
+++ b/libmpfr/.md5sum
@@ -1 +1,2 @@
+f549aa8507cdf3dbe2db3d0d604014cb libmpfr-3.1.5-p1.patch.gz
c4ac246cf9795a4491e7766002cd528f mpfr-3.1.5.tar.xz
diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile
index 713b6c04..79025a64 100644
--- a/libmpfr/Pkgfile
+++ b/libmpfr/Pkgfile
@@ -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
diff --git a/libmpfr/libmpfr-3.1.5-p1.patch.gz b/libmpfr/libmpfr-3.1.5-p1.patch.gz
new file mode 100644
index 00000000..bcd78e9a
--- /dev/null
+++ b/libmpfr/libmpfr-3.1.5-p1.patch.gz
Binary files differ

Generated by cgit