diff options
Diffstat (limited to 'libmpfr')
-rw-r--r-- | libmpfr/.footprint | 10 | ||||
-rw-r--r-- | libmpfr/.md5sum | 2 | ||||
-rw-r--r-- | libmpfr/Pkgfile | 19 | ||||
-rw-r--r-- | libmpfr/Pkgfile.old | 19 | ||||
-rw-r--r-- | libmpfr/libmpfr-3.0.0-p8.patch.gz | bin | 0 -> 15201 bytes |
5 files changed, 50 insertions, 0 deletions
diff --git a/libmpfr/.footprint b/libmpfr/.footprint new file mode 100644 index 0000000..d5da2f0 --- /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.4.0.0 +lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libmpfr.so.4.0.0 diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum new file mode 100644 index 0000000..5feaf3f --- /dev/null +++ b/libmpfr/.md5sum @@ -0,0 +1,2 @@ +d96dd0380326a395d6805e75ed74b5a5 libmpfr-3.0.0-p8.patch.gz +8ab3bef2864b8c6e6a291f5603141bbd mpfr-3.0.0.tar.xz diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile new file mode 100644 index 0000000..09f1c94 --- /dev/null +++ b/libmpfr/Pkgfile @@ -0,0 +1,19 @@ +description="C library for multiple-precision floating-point computations with correct rounding" +packager="" +maintainer="CRUX System Team, core-ports at crux dot nu" +url="http://www.mpfr.org/" +depends=(libgmp) + +name=libmpfr +version=3.0.0-p8 +release=1 +source=(http://www.mpfr.org/mpfr-3.0.0/mpfr-3.0.0.tar.xz libmpfr-3.0.0-p8.patch.gz) +build () +{ + cd mpfr-${version%-*}; + gunzip -c $SRC/$name-$version.patch.gz | patch -p1; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm -r $PKG/usr/share +} diff --git a/libmpfr/Pkgfile.old b/libmpfr/Pkgfile.old new file mode 100644 index 0000000..6fb9b15 --- /dev/null +++ b/libmpfr/Pkgfile.old @@ -0,0 +1,19 @@ +# Description: C library for multiple-precision floating-point computations with correct rounding +# URL: http://www.mpfr.org/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: libgmp + +name=libmpfr +version=3.0.0-p8 +release=1 +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 + rm -r $PKG/usr/share +} diff --git a/libmpfr/libmpfr-3.0.0-p8.patch.gz b/libmpfr/libmpfr-3.0.0-p8.patch.gz Binary files differnew file mode 100644 index 0000000..7d2707b --- /dev/null +++ b/libmpfr/libmpfr-3.0.0-p8.patch.gz |