1*7fd79137SRobert Mustacchi# 2*7fd79137SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*7fd79137SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*7fd79137SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*7fd79137SRobert Mustacchi# 1.0 of the CDDL. 6*7fd79137SRobert Mustacchi# 7*7fd79137SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*7fd79137SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*7fd79137SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*7fd79137SRobert Mustacchi# 11*7fd79137SRobert Mustacchi 12*7fd79137SRobert Mustacchi# 13*7fd79137SRobert Mustacchi# Copyright 2016 Joyent, Inc. 14*7fd79137SRobert Mustacchi# 15*7fd79137SRobert Mustacchi 16*7fd79137SRobert Mustacchiset name=pkg.fmri value=pkg:/developer/debug/ctf@$(PKGVERS) 17*7fd79137SRobert Mustacchiset name=pkg.description value="Compact C Type Format (CTF) Tools" 18*7fd79137SRobert Mustacchiset name=pkg.summary value="CTF Tools" 19*7fd79137SRobert Mustacchiset name=info.classification \ 20*7fd79137SRobert Mustacchi value=org.opensolaris.category.2008:Development/System 21*7fd79137SRobert Mustacchiset name=variant.arch value=$(ARCH) 22*7fd79137SRobert Mustacchidir path=usr group=sys 23*7fd79137SRobert Mustacchidir path=usr/bin 24*7fd79137SRobert Mustacchidir path=usr/share 25*7fd79137SRobert Mustacchidir path=usr/share/man 26*7fd79137SRobert Mustacchidir path=usr/share/man/man1 27*7fd79137SRobert Mustacchifile path=usr/bin/ctfdiff mode=0555 28*7fd79137SRobert Mustacchifile path=usr/bin/ctfdump mode=0555 29*7fd79137SRobert Mustacchifile path=usr/share/man/man1/ctfdiff.1 30*7fd79137SRobert Mustacchifile path=usr/share/man/man1/ctfdump.1 31*7fd79137SRobert Mustacchilicense cr_Sun license=cr_Sun 32*7fd79137SRobert Mustacchilicense lic_CDDL license=lic_CDDL 33