summaryrefslogtreecommitdiff
path: root/package/mpfr
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/mpfr
Initial import
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/Config.in6
-rw-r--r--package/mpfr/Makefile19
-rw-r--r--package/mpfr/ipkg/mpfr.control4
3 files changed, 29 insertions, 0 deletions
diff --git a/package/mpfr/Config.in b/package/mpfr/Config.in
new file mode 100644
index 000000000..f86fde260
--- /dev/null
+++ b/package/mpfr/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_MPFR
+ prompt "mpfr......................... multiprecision floatingpoint library"
+ tristate
+ default n
+ help
+ http://www.mpfr.org
diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile
new file mode 100644
index 000000000..eb457b4f6
--- /dev/null
+++ b/package/mpfr/Makefile
@@ -0,0 +1,19 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+include ${TOPDIR}/toolchain/mpfr/Makefile.inc
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,MPFR,mpfr,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_MPFR}/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/mpfr/ipkg/mpfr.control b/package/mpfr/ipkg/mpfr.control
new file mode 100644
index 000000000..69418afa5
--- /dev/null
+++ b/package/mpfr/ipkg/mpfr.control
@@ -0,0 +1,4 @@
+Package: mpfr
+Priority: optional
+Section: comp
+Description: multiprecision floatingpoint library