12 #
13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 #
15
16 set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS)
17 set name=pkg.description value="Test Runner"
18 set name=pkg.summary value="Unit Test Framework"
19 set name=info.classification \
20 value=org.opensolaris.category.2008:Development/System
21 set name=variant.arch value=$(ARCH)
22 dir path=opt/test-runner
23 dir path=opt/test-runner/bin
24 dir path=opt/test-runner/man
25 dir path=opt/test-runner/man/man1
26 dir path=opt/test-runner/stf
27 dir path=opt/test-runner/stf/contrib
28 dir path=opt/test-runner/stf/contrib/include
29 dir path=opt/test-runner/stf/include
30 file path=opt/test-runner/bin/run mode=0555
31 file path=opt/test-runner/man/man1/run.1 mode=0444
32 file path=opt/test-runner/stf/contrib/include/logapi.shlib mode=0555
33 file path=opt/test-runner/stf/include/stf.shlib mode=0555
34 license cr_Sun license=cr_Sun
35 license lic_CDDL license=lic_CDDL
36 depend fmri=security/sudo type=require
|
12 #
13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 #
15
16 set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS)
17 set name=pkg.description value="Test Runner"
18 set name=pkg.summary value="Unit Test Framework"
19 set name=info.classification \
20 value=org.opensolaris.category.2008:Development/System
21 set name=variant.arch value=$(ARCH)
22 dir path=opt/test-runner
23 dir path=opt/test-runner/bin
24 dir path=opt/test-runner/man
25 dir path=opt/test-runner/man/man1
26 dir path=opt/test-runner/stf
27 dir path=opt/test-runner/stf/contrib
28 dir path=opt/test-runner/stf/contrib/include
29 dir path=opt/test-runner/stf/include
30 file path=opt/test-runner/bin/run mode=0555
31 file path=opt/test-runner/man/man1/run.1 mode=0444
32 file path=opt/test-runner/stf/contrib/include/ctiutils.shlib mode=0555
33 file path=opt/test-runner/stf/contrib/include/logapi.shlib mode=0555
34 file path=opt/test-runner/stf/include/stf.shlib mode=0555
35 license cr_Sun license=cr_Sun
36 license lic_CDDL license=lic_CDDL
37 license usr/src/test/test-runner/stf/contrib/LICENSE.Artistic \
38 license=usr/src/test/test-runner/stf/contrib/LICENSE.Artistic
39 depend fmri=security/sudo type=require
|