diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-06 14:25:56 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-15 21:42:31 +0000 |
| commit | 25b05a3ecbac136f5e1192d4d9e79dc14f895785 (patch) | |
| tree | c530d946403c8453e6baec29bbf424ed5dda13a3 /usr/src/pkg/manifests/system-library-math-header-math.p5m | |
| parent | 86d4171132ce4f4c1345b7ce0d5048577e1f3976 (diff) | |
| download | illumos-joyent-25b05a3ecbac136f5e1192d4d9e79dc14f895785.tar.gz | |
14220 Package manifests should be named .p5m and not .mf
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Approved by: Rich Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg/manifests/system-library-math-header-math.p5m')
| -rw-r--r-- | usr/src/pkg/manifests/system-library-math-header-math.p5m | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-library-math-header-math.p5m b/usr/src/pkg/manifests/system-library-math-header-math.p5m new file mode 100644 index 0000000000..0556a30696 --- /dev/null +++ b/usr/src/pkg/manifests/system-library-math-header-math.p5m @@ -0,0 +1,25 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>. All rights reserved. +# + +# all data have been moved to system/library/math +# +set name=pkg.fmri value=pkg:/system/library/math/header-math@$(PKGVERS) +set name=pkg.summary value="Math Library Headers & Lint Files" +set name=pkg.description value="Math Library Headers & Lint Files" +set name=pkg.renamed value=true +set name=info.classification \ + value=org.opensolaris.category.2008:System/Libraries +set name=variant.arch value=$(ARCH) +depend type=require fmri=pkg:/system/library/math@$(PKGVERS) |
