diff options
author | David T. Stanford <dstanford@daemonbox.net> | 2012-11-21 11:19:44 (EST) |
---|---|---|
committer | David T. Stanford <dstanford@daemonbox.net> | 2012-11-21 11:19:44 (EST) |
commit | d404afe72dcc02f293506712945b63e2d777181d (patch) | |
tree | aefd6446ee08dd9ee7370228aac2600518a4520c |
Initial commit.
-rwxr-xr-x | build | 19 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | copyright | 24 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | gmp-5.0.5.orig.tar.bz2 | bin | 0 -> 2052144 bytes | |||
-rw-r--r-- | libgmp-dev.pkg/control | 5 | ||||
-rw-r--r-- | libgmp-dev.pkg/files | 3 | ||||
-rw-r--r-- | libgmp-doc.pkg/control | 5 | ||||
-rw-r--r-- | libgmp-doc.pkg/files | 3 | ||||
-rw-r--r-- | libgmp.10.pkg/control | 3 | ||||
-rw-r--r-- | libgmp.10.pkg/docs | 0 | ||||
-rw-r--r-- | libgmp.10.pkg/files | 3 | ||||
-rw-r--r-- | substvars | 8 |
14 files changed, 82 insertions, 0 deletions
@@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + oh-autotest + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles diff --git a/changelog b/changelog new file mode 100644 index 0000000..17ca3be --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +gmp (5.0.5-1) trunk + + * Initial release. + + -- David T. Stanford Wed, 21 Nov 2012 11:17:54 -0500 @@ -0,0 +1,3 @@ +Build-Depends: opkhelper-3.0 +Maintainer: "David T. Stanford" <dstanford@daemonbox.net> +Homepage: http://gmplib.org/ diff --git a/copyright b/copyright new file mode 100644 index 0000000..b6b5b0e --- /dev/null +++ b/copyright @@ -0,0 +1,24 @@ +Upstream Source +=============== + +Location: <http://gmplib.org/> + +Copyright (C) 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, version 3. + +On this system, a copy of the GNU General Public License, version 3 may be +found at <file:///usr/share/common-licenses/GPL-3>. + + +Distribution Packaging +====================== + +Copyright (C) 2012 David T. Stanford + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, version 3. + +On this system, a copy of the GNU General Public License, version 3, may be +found at <file:///usr/share/common-licenses/GPL-3>. @@ -0,0 +1 @@ +2.0 diff --git a/gmp-5.0.5.orig.tar.bz2 b/gmp-5.0.5.orig.tar.bz2 Binary files differnew file mode 100644 index 0000000..42af0ef --- /dev/null +++ b/gmp-5.0.5.orig.tar.bz2 diff --git a/libgmp-dev.pkg/control b/libgmp-dev.pkg/control new file mode 100644 index 0000000..3122ccc --- /dev/null +++ b/libgmp-dev.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: gmp (= ${Binary-Version}) +Description: GMP development files. + ${Common-Description} diff --git a/libgmp-dev.pkg/files b/libgmp-dev.pkg/files new file mode 100644 index 0000000..6b48068 --- /dev/null +++ b/libgmp-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/gmp.h +/usr/lib/libgmp.a +/usr/lib/libgmp.so diff --git a/libgmp-doc.pkg/control b/libgmp-doc.pkg/control new file mode 100644 index 0000000..9c6246f --- /dev/null +++ b/libgmp-doc.pkg/control @@ -0,0 +1,5 @@ +Architecture: all +Platform: all +Depends: gmp (= ${Binary-Version}) +Description: GMP library documentation. + ${Common-Description} diff --git a/libgmp-doc.pkg/files b/libgmp-doc.pkg/files new file mode 100644 index 0000000..cc54caf --- /dev/null +++ b/libgmp-doc.pkg/files @@ -0,0 +1,3 @@ +/usr/share/info/gmp.info +/usr/share/info/gmp.info-1 +/usr/share/info/gmp.info-2 diff --git a/libgmp.10.pkg/control b/libgmp.10.pkg/control new file mode 100644 index 0000000..590ac5c --- /dev/null +++ b/libgmp.10.pkg/control @@ -0,0 +1,3 @@ +Architecture: any +Platform: all +Description: ${Common-Description} diff --git a/libgmp.10.pkg/docs b/libgmp.10.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libgmp.10.pkg/docs diff --git a/libgmp.10.pkg/files b/libgmp.10.pkg/files new file mode 100644 index 0000000..e804d85 --- /dev/null +++ b/libgmp.10.pkg/files @@ -0,0 +1,3 @@ +/usr/lib/libgmp.la +/usr/lib/libgmp.so.10 +/usr/lib/libgmp.so.10.0.5 diff --git a/substvars b/substvars new file mode 100644 index 0000000..c5642a1 --- /dev/null +++ b/substvars @@ -0,0 +1,8 @@ +Common-Description: + The GNU Multiple Precision (GMP) Arithmetic Library is a free library for + arbitrary precision arithmetic, operating on signed integers, rational + numbers, and floating point numbers. + . + The main target applications for GMP are cryptography applications and + research, Internet security applications, algebra systems, computational + algebra research, etc. |