From d404afe72dcc02f293506712945b63e2d777181d Mon Sep 17 00:00:00 2001 From: David T. Stanford Date: Wed, 21 Nov 2012 11:19:44 -0500 Subject: Initial commit. --- diff --git a/build b/build new file mode 100755 index 0000000..4b624aa --- /dev/null +++ b/build @@ -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 diff --git a/control b/control new file mode 100644 index 0000000..819a774 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Build-Depends: opkhelper-3.0 +Maintainer: "David T. Stanford" +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: + +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 . + + +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 . 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/gmp-5.0.5.orig.tar.bz2 b/gmp-5.0.5.orig.tar.bz2 new file mode 100644 index 0000000..42af0ef --- /dev/null +++ b/gmp-5.0.5.orig.tar.bz2 Binary files differ 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. -- cgit v0.9.1