summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-09-05 11:17:46 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-09-05 11:18:24 +1000
commit00a7c3e533a76f766dfb85f6ba5c5ae3cbfcf9e5 (patch)
tree74451f3f0d61c01551fbb0a2bcd00f7f829e9d99
parentc1420167c19cf18c2fd6049352d6112beddce4d5 (diff)
downloadcontrib-00a7c3e533a76f766dfb85f6ba5c5ae3cbfcf9e5.tar.gz
contrib-00a7c3e533a76f766dfb85f6ba5c5ae3cbfcf9e5.tar.xz
mpfr: 2.3.0 -> 2.3.0.-p1
-rw-r--r--mpfr/.md5sum1
-rw-r--r--mpfr/Pkgfile9
2 files changed, 7 insertions, 3 deletions
diff --git a/mpfr/.md5sum b/mpfr/.md5sum
index 4b285524c..845fa09a9 100644
--- a/mpfr/.md5sum
+++ b/mpfr/.md5sum
@@ -1 +1,2 @@
cf7c743e4be122e63eb6f372fc58b657 mpfr-2.3.0.tar.bz2
+3cf60f009f2afdbffb011e9909bc6d50 patches
diff --git a/mpfr/Pkgfile b/mpfr/Pkgfile
index 4ffcf1206..ab9b0a09f 100644
--- a/mpfr/Pkgfile
+++ b/mpfr/Pkgfile
@@ -5,11 +5,14 @@
# Depends on: libgmp
name=mpfr
-version=2.3.0
+version=2.3.0-p1
release=1
-source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
+source=(http://www.mpfr.org/mpfr-current/mpfr-${version%%-*}.tar.bz2 \
+ http://www.mpfr.org/mpfr-current/patches)
+
build() {
- cd mpfr-$version
+ cd mpfr-${version%%-*}
+ patch -p1 -i $SRC/patches
#autoreconf -i -f
./configure \

Generated by cgit