gmp 4.2.2

This commit is contained in:
Tom G. Christensen
2008-04-28 07:46:32 +00:00
committed by tgc
parent 406cdc729b
commit 6c59f4733d
3 changed files with 117 additions and 0 deletions

24
gmp/meta/pkgdef Normal file
View File

@@ -0,0 +1,24 @@
[gmp]
pkgname="${pkgprefix}${topdir}"
name="$topdir - GNU MP Bignum library"
pkgcat="system"
pkgvendor="http://gmplib.org"
pkgdesc="A free library for arbitrary precision arithmetic"
pkgver="$pkgver"
files(-,root,bin)
default_docs
$_libdir/*.so.*
$_infodir
[gmp-devel]
pkgname="${pkgprefix}${topdir}d"
name="${topdir}-devel - Development support for gmp"
pkgcat="system"
pkgvendor="http://gmplib.org"
pkgdesc="Files needed for developing with gmp"
pkgver="$pkgver"
files(-,root,bin)
$_libdir/*.so
$_libdir/*.a
$_includedir

27
gmp/meta/relnotes Normal file
View File

@@ -0,0 +1,27 @@
PACKAGE DETAILS
---------------
Name: %%PKGNAME%%
Version: %%SOURCE_AND_VER%%
Vendor: %%VENDOR%%
Packager: %%PKGEDBY%%
Source (sha1sum):
%%SOURCE_SHA1SUM%%
BUILD DETAILS
-------------
Compiler:
%%COMPILER%%
Environment:
%%ENVIRONMENT%%
Configure:
%%CONFIGURE%%
KNOWN DEPENDENCIES
------------------
%%DEPENDENCIES%%
ERRORS/MISCELLANEOUS
--------------------