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 | 15201 -> 0 bytes |
5 files changed, 0 insertions, 50 deletions
diff --git a/libmpfr/.footprint b/libmpfr/.footprint deleted file mode 100644 index d5da2f0..0000000 --- a/libmpfr/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 5feaf3f..0000000 --- a/libmpfr/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -d96dd0380326a395d6805e75ed74b5a5 libmpfr-3.0.0-p8.patch.gz -8ab3bef2864b8c6e6a291f5603141bbd mpfr-3.0.0.tar.xz diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile deleted file mode 100644 index 09f1c94..0000000 --- a/libmpfr/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index 6fb9b15..0000000 --- a/libmpfr/Pkgfile.old +++ /dev/null @@ -1,19 +0,0 @@ -# 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 differdeleted file mode 100644 index 7d2707b..0000000 --- a/libmpfr/libmpfr-3.0.0-p8.patch.gz +++ /dev/null |