summaryrefslogtreecommitdiff
path: root/libmpfr
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2006-11-21 22:03:23 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2006-11-21 22:03:23 +1100
commitdca6ea985b41392725664f0c3a76e23f1bf69682 (patch)
tree188051bf01a1897aa4df8238130681c8726240d8 /libmpfr
parent586de4fed3f2365589c3a460ab8c7d8f2a1645c7 (diff)
downloadcontrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.gz
contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.xz
initial adding of ports from romsters repo
Diffstat (limited to 'libmpfr')
-rw-r--r--libmpfr/.Pkgfile.swpbin0 -> 12288 bytes
-rw-r--r--libmpfr/.footprint10
-rw-r--r--libmpfr/.md5sum2
-rw-r--r--libmpfr/Pkgfile24
-rw-r--r--libmpfr/Pkgfile~26
5 files changed, 62 insertions, 0 deletions
diff --git a/libmpfr/.Pkgfile.swp b/libmpfr/.Pkgfile.swp
new file mode 100644
index 000000000..598c58c87
--- /dev/null
+++ b/libmpfr/.Pkgfile.swp
Binary files differ
diff --git a/libmpfr/.footprint b/libmpfr/.footprint
new file mode 100644
index 000000000..213922e27
--- /dev/null
+++ b/libmpfr/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/mpf2mpfr.h
+-rw-r--r-- root/root usr/include/mpfr.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libmpfr.a
+-rwxr-xr-x root/root usr/lib/libmpfr.la
+lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libmpfr.so.1 -> libmpfr.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libmpfr.so.1.0.0
diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum
new file mode 100644
index 000000000..1df1d5b92
--- /dev/null
+++ b/libmpfr/.md5sum
@@ -0,0 +1,2 @@
+1a81f721ee78cb027f6c41a243d3a33d mpfr-2.2.0.tar.bz2
+a2bdcb5a41588d4890e0741cb659db39 patches
diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile
new file mode 100644
index 000000000..4c5379875
--- /dev/null
+++ b/libmpfr/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Multiple precision floating-point computation library with cumulative patches.
+# URL: http://www.mpfr.org/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Maintainer: acrux, acrux at homelinux dot org
+# Depends on: libgmp
+
+name=libmpfr
+version=2.2.0-p16
+release=1
+source=(http://www.mpfr.org/mpfr-current/{mpfr-${version::5}.tar.bz2,patches})
+build() {
+ cd mpfr-${version::5}
+ patch -p1 -i $SRC/patches
+ autoreconf -i -f
+
+ ./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --disable-nls
+
+ make && make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}
+
diff --git a/libmpfr/Pkgfile~ b/libmpfr/Pkgfile~
new file mode 100644
index 000000000..7e74ab238
--- /dev/null
+++ b/libmpfr/Pkgfile~
@@ -0,0 +1,26 @@
+# Description: Multiple precision floating-point computation library with cumulative patches.
+# URL: http://www.mpfr.org/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Maintainer: acrux, acrux at homelinux dot org
+# Depends on: libgmp
+
+name=libmpfr
+version=2.2.0-p16
+release=1
+source=(http://www.mpfr.org/mpfr-current/mpfr-${version::5}.tar.bz2
+ http://www.mpfr.org/mpfr-current/patches)
+build() {
+ cd mpfr-${version::5}
+
+ patch -p1 -i $SRC/patch${version:7}
+ autoreconf -i -f
+
+ ./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --disable-nls
+
+ make && make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}
+

Generated by cgit