mpc 0.8.1 for Solaris 7/sparc

This commit is contained in:
Tom G. Christensen
2010-05-08 17:34:14 +00:00
committed by Tom G. Christensen
parent 3f45f625be
commit f7d63b9a05
4 changed files with 117 additions and 0 deletions

4
mpc/meta/ChangeLog Normal file
View File

@@ -0,0 +1,4 @@
CHANGELOG
---------
* Sat May 08 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 0.8.1-1
- Initial build

24
mpc/meta/pkgdef Normal file
View File

@@ -0,0 +1,24 @@
[mpc]
pkgname="${pkgprefix}${topdir}"
name="$topdir - MPC library"
pkgcat="system"
pkgvendor="http://multiprecision.org/"
pkgdesc="C library for the arithmetic of complex numbers"
pkgver="$pkgver"
files(-,root,bin)
default_docs
$_libdir/*.so.*
$_infodir
[mpc-devel]
pkgname="${pkgprefix}${topdir}d"
name="${topdir}-devel - Development support for mpc"
pkgcat="system"
pkgvendor="http://multiprecision.org/"
pkgdesc="Files needed for developing with mpc"
pkgver="$pkgver"
files(-,root,bin)
$_libdir/*.so
$_libdir/*.a
$_includedir/mpc.h

27
mpc/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
--------------------