diff options
Diffstat (limited to 'recipes/libs')
| -rw-r--r-- | recipes/libs/gmp.recipe | 16 | ||||
| -rw-r--r-- | recipes/libs/mpc.recipe | 12 | ||||
| -rw-r--r-- | recipes/libs/mpfr.recipe | 11 | ||||
| -rw-r--r-- | recipes/libs/musl.recipe | 12 | ||||
| -rw-r--r-- | recipes/libs/zlib.recipe | 14 |
5 files changed, 0 insertions, 65 deletions
diff --git a/recipes/libs/gmp.recipe b/recipes/libs/gmp.recipe index 62f826a..82d3207 100644 --- a/recipes/libs/gmp.recipe +++ b/recipes/libs/gmp.recipe @@ -13,22 +13,6 @@ srcdir=gmp-6.0.0 tarname=${program}-${version}.tar.lz -description=" -gmp - GNU multiple precision arithmetic library. - -GMP is a free library for arbitrary precision arithmetic, operating -on signed integers, rational numbers, and floating-point numbers. -There is no practical limit to the precision except the ones implied -by the available memory in the machine GMP runs on. - -GMP has a rich set of functions, and the functions have a regular -interface. - -" - -homepage=https://gmplib.org -licenses="GPLv2+, GPLv3+, LGPLv3+" - # Remote source(s) fetch=( https://gmplib.org/download/gmp/$tarname diff --git a/recipes/libs/mpc.recipe b/recipes/libs/mpc.recipe index 9877738..35f68a9 100644 --- a/recipes/libs/mpc.recipe +++ b/recipes/libs/mpc.recipe @@ -11,18 +11,6 @@ release=1 tarname=${program}-${version}.tar.gz -description=" -mpc - Library for the arithmetic of complex numbers. - -The MPC package contains a library for the arithmetic of complex -numbers with arbitrarily high precision and correct rounding of the -result. - -" - -homepage=http://www.multiprecision.org -licenses=LGPLv3+ - # Remote source(s) fetch=( ftp://ftp.gnu.org/gnu/mpc/$tarname diff --git a/recipes/libs/mpfr.recipe b/recipes/libs/mpfr.recipe index b386cce..09ccf80 100644 --- a/recipes/libs/mpfr.recipe +++ b/recipes/libs/mpfr.recipe @@ -11,17 +11,6 @@ release=1 tarname=${program}-${version}.tar.bz2 -description=" -mpfr - Library for multiple-precision floating point. - -The MPFR library is a C library for multiple-precision -floating-point computations with correct rounding. - -" - -homepage=http://www.mpfr.org -licenses="GPLv3+, LGPLv3+" - # Remote source(s) fetch=( http://www.mpfr.org/mpfr-current/$tarname diff --git a/recipes/libs/musl.recipe b/recipes/libs/musl.recipe index 04dbb15..0beea89 100644 --- a/recipes/libs/musl.recipe +++ b/recipes/libs/musl.recipe @@ -11,18 +11,6 @@ release=1 tarname=${program}-${version}.tar.gz -description=" -musl - A new powerful standard C/POSIX library. - -Musl is a new standard library to power a new generation of Linux-based -devices. Musl is lightweight, fast, simple, free, and strives to be -correct in the sense of standards-conformance and safety. - -" - -homepage=http://www.musl-libc.org -licenses=MIT - # Remote source(s) fetch=( http://www.musl-libc.org/releases/$tarname diff --git a/recipes/libs/zlib.recipe b/recipes/libs/zlib.recipe index 8f0c3c4..f5871d6 100644 --- a/recipes/libs/zlib.recipe +++ b/recipes/libs/zlib.recipe @@ -11,20 +11,6 @@ release=1 tarname=${program}-${version}.tar.gz -description=" -zlib - A compression data library. - -Zlib is a software library used for data compression, and is an -abstraction of the deflate compression algorithm used in their -gzip file compression program. - -Zlib was written by Jean-loup Gailly and Mark Adler. - -" - -homepage=http://zlib.net -licenses=Custom - # Remote source(s) fetch=( http://zlib.net/$tarname |
