summaryrefslogtreecommitdiff
path: root/libmpfr/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-06-11 11:09:43 +0200
committerJuergen Daubert <jue@jue.li>2010-06-11 11:09:43 +0200
commit80026616e3da1c71c74854346c05a7ab4c441609 (patch)
treece1752df09949da3b4bde03e3557128051450f9b /libmpfr/Pkgfile
parentcb6f5d7989835e9ad37abc91cd8243f72592a92b (diff)
downloadcore-80026616e3da1c71c74854346c05a7ab4c441609.tar.gz
core-80026616e3da1c71c74854346c05a7ab4c441609.tar.xz
libmpfr: update to 3.0.0
Diffstat (limited to 'libmpfr/Pkgfile')
-rw-r--r--libmpfr/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile
index c8655554..c73f1119 100644
--- a/libmpfr/Pkgfile
+++ b/libmpfr/Pkgfile
@@ -4,14 +4,12 @@
# Depends on: libgmp
name=libmpfr
-version=2.4.2.3
+version=3.0.0
release=1
-source=(http://www.mpfr.org/mpfr-$version/mpfr-${version%.*}.tar.xz
- $name-$version.patch)
+source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz)
build() {
- cd mpfr-${version%.*}
- patch -Zp1 -i $SRC/$name-$version.patch
+ cd mpfr-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit