gmp 4.2.2
This commit is contained in:
24
gmp/meta/pkgdef
Normal file
24
gmp/meta/pkgdef
Normal 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
27
gmp/meta/relnotes
Normal 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
|
||||
--------------------
|
||||
Reference in New Issue
Block a user