summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren McDonald <wmickeyd@gmail.com>2012-11-30 21:10:39 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-09 14:46:24 (EST)
commitd684eb5bf6863ac247071e66806fb8170bbe85c9 (patch)
tree5b47f18d58e0d641705da7d7526fd3b3748eb51b
Initial commit.
-rwxr-xr-xbuild16
-rw-r--r--changelog5
-rw-r--r--control3
-rw-r--r--copyright43
-rw-r--r--format1
-rw-r--r--libmpfr-dev.pkg/control4
-rw-r--r--libmpfr-dev.pkg/files4
-rw-r--r--libmpfr-doc.pkg/control4
-rw-r--r--libmpfr-doc.pkg/files1
-rw-r--r--libmpfr.4.pkg/control3
-rw-r--r--libmpfr.4.pkg/docs0
-rw-r--r--libmpfr.4.pkg/files1
-rw-r--r--mpfr-3.1.1.orig.tar.gzbin0 -> 1613354 bytes
-rw-r--r--substvars2
14 files changed, 87 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..fb09855
--- /dev/null
+++ b/build
@@ -0,0 +1,16 @@
+#! /usr/bin/make -f
+
+nop:
+ @:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpfr.la'
+ oh-fixperms
+ oh-strip
+ oh-installfiles
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..526a371
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+mpfr (3.1.1-1) trunk
+
+ * Initial Release.
+
+ -- Warren McDonald <wdm2@njit.edu> Mon, 19 Nov 2012 18:22:00 -0500
diff --git a/control b/control
new file mode 100644
index 0000000..90be2cd
--- /dev/null
+++ b/control
@@ -0,0 +1,3 @@
+Maintainer: Warren McDonald <wdm2@njit.edu>
+Build-Depends: opkhelper-3.0, libgmp-dev
+Homepage: http://www.mpfr.org/
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..8db1671
--- /dev/null
+++ b/copyright
@@ -0,0 +1,43 @@
+Upstream Source
+===============
+
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+Contributed by the AriC and Caramel projects, INRIA.
+
+Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
+2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+
+The GNU MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 3 of the License, or (at your
+option) any later version.
+
+The GNU MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
+http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Distribution Packaging
+======================
+
+Copyright (c) 2012 Warren McDonald
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+On this system, a copy of the GNU General Public License may be found at
+<file:///usr/share/common-licenses/GPL-3>.
+
+
diff --git a/format b/format
new file mode 100644
index 0000000..cd5ac03
--- /dev/null
+++ b/format
@@ -0,0 +1 @@
+2.0
diff --git a/libmpfr-dev.pkg/control b/libmpfr-dev.pkg/control
new file mode 100644
index 0000000..f0d799c
--- /dev/null
+++ b/libmpfr-dev.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Depends: libmpfr.4 (= ${Binary-Version})
+Description: This package provides development files for MPFR.
diff --git a/libmpfr-dev.pkg/files b/libmpfr-dev.pkg/files
new file mode 100644
index 0000000..c33cac7
--- /dev/null
+++ b/libmpfr-dev.pkg/files
@@ -0,0 +1,4 @@
+/usr/include
+/usr/lib/*/libmpfr.so
+/usr/lib/*/libmpfr.a
+/usr/lib/*/pkgconfig
diff --git a/libmpfr-doc.pkg/control b/libmpfr-doc.pkg/control
new file mode 100644
index 0000000..51c0316
--- /dev/null
+++ b/libmpfr-doc.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Depends: libmpfr.4 (= ${Binary-Version})
+Description: This package provides the manual page for MPFR.
diff --git a/libmpfr-doc.pkg/files b/libmpfr-doc.pkg/files
new file mode 100644
index 0000000..32190de
--- /dev/null
+++ b/libmpfr-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man/man1
diff --git a/libmpfr.4.pkg/control b/libmpfr.4.pkg/control
new file mode 100644
index 0000000..90dfb8c
--- /dev/null
+++ b/libmpfr.4.pkg/control
@@ -0,0 +1,3 @@
+Architecture: any
+Platform: all
+Description: MPFR is a C library for multiple-precision floating-point computations with correct rounding.
diff --git a/libmpfr.4.pkg/docs b/libmpfr.4.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libmpfr.4.pkg/docs
diff --git a/libmpfr.4.pkg/files b/libmpfr.4.pkg/files
new file mode 100644
index 0000000..fa1649e
--- /dev/null
+++ b/libmpfr.4.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libmpfr.so.*
diff --git a/mpfr-3.1.1.orig.tar.gz b/mpfr-3.1.1.orig.tar.gz
new file mode 100644
index 0000000..6f46383
--- /dev/null
+++ b/mpfr-3.1.1.orig.tar.gz
Binary files differ
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..139597f
--- /dev/null
+++ b/substvars
@@ -0,0 +1,2 @@
+
+