1*25c28e83SPiotr Jasiukajtis# 2*25c28e83SPiotr Jasiukajtis# This file and its contents are supplied under the terms of the 3*25c28e83SPiotr Jasiukajtis# Common Development and Distribution License ("CDDL"), version 1.0. 4*25c28e83SPiotr Jasiukajtis# You may only use this file in accordance with the terms of version 5*25c28e83SPiotr Jasiukajtis# 1.0 of the CDDL. 6*25c28e83SPiotr Jasiukajtis# 7*25c28e83SPiotr Jasiukajtis# A full copy of the text of the CDDL should have accompanied this 8*25c28e83SPiotr Jasiukajtis# source. A copy of the CDDL is also available via the Internet at 9*25c28e83SPiotr Jasiukajtis# http://www.illumos.org/license/CDDL. 10*25c28e83SPiotr Jasiukajtis# 11*25c28e83SPiotr Jasiukajtis 12*25c28e83SPiotr Jasiukajtis# 13*25c28e83SPiotr Jasiukajtis# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>. All rights reserved. 14*25c28e83SPiotr Jasiukajtis# 15*25c28e83SPiotr Jasiukajtis 16*25c28e83SPiotr Jasiukajtis# all data have been moved to system/library/math 17*25c28e83SPiotr Jasiukajtis# 18*25c28e83SPiotr Jasiukajtisset name=pkg.fmri value=pkg:/system/library/math/header-math@$(PKGVERS) 19*25c28e83SPiotr Jasiukajtisset name=pkg.description value="Math Library Headers & Lint Files" 20*25c28e83SPiotr Jasiukajtisset name=pkg.renamed value=true 21*25c28e83SPiotr Jasiukajtisset name=pkg.summary value="Math Library Headers & Lint Files" 22*25c28e83SPiotr Jasiukajtisset name=info.classification \ 23*25c28e83SPiotr Jasiukajtis value=org.opensolaris.category.2008:System/Libraries 24*25c28e83SPiotr Jasiukajtisset name=variant.arch value=$(ARCH) 25*25c28e83SPiotr Jasiukajtisdepend fmri=pkg:/system/library/math@$(PKGVERS) type=require 26