diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-19 13:02:54 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-19 13:05:12 +0400 |
commit | 3e567218b60d7f885e769e1a2a07d84d38f11c13 (patch) | |
tree | f43668e026c492f304f4c827fc4b567ca85b1963 /examples/mpfr/Makefile | |
parent | fdcf880b3c8c67f08453f553474a551e9707d29d (diff) | |
download | cibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz |
Update examples
Diffstat (limited to 'examples/mpfr/Makefile')
-rw-r--r-- | examples/mpfr/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/mpfr/Makefile b/examples/mpfr/Makefile deleted file mode 100644 index cde4099..0000000 --- a/examples/mpfr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -include /usr/share/cibs/rules/ips.mk -include /usr/share/cibs/rules/archive.mk -include /usr/share/cibs/rules/autotools.mk -include /usr/share/cibs/rules/32.mk -include /usr/share/cibs/rules/64.mk - -summary := GNU library for multiple-precision floating-point computations with correct rounding -license := LGPLv3 -license-file := COPYING.LESSER - -build-depends += \ - pkg:/library/gmp \ - pkg:/compress/xz \ - -name := mpfr -home := http://www.mpfr.org/ -version := 3.1.1 -archive := $(name)-$(version).tar.xz -download := http://ftp.gnu.org/gnu/$(name)/$(archive) -checksum := \ - md5:91d51c41fcf2799e4ee7a7126fc95c17 \ - sha1:7527c322b91fe8e6055ead551e1b46b9f1712ccd \ - sha256:49d5acc32dbeec30a8e26af9c19845763d63feacb8bf97b12876008419f5a17a \ - size:1071688 |