5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 # Copyright 2016 Toomas Soome <tsoome@me.com>
26 #
27
28 set name=pkg.fmri value=pkg:/service/network/dns/mdns@$(PKGVERS)
29 set name=pkg.description \
30 value="Root components for Multicast DNS daemon and service discovery support"
31 set name=pkg.summary value="Multicast DNS and Service Discovery"
32 set name=info.classification \
33 value=org.opensolaris.category.2008:System/Services
34 set name=variant.arch value=$(ARCH)
35 dir path=lib
36 dir path=lib/svc
37 dir path=lib/svc/manifest group=sys
38 dir path=lib/svc/manifest/network group=sys
39 dir path=lib/svc/manifest/network/dns group=sys
40 dir path=usr group=sys
41 dir path=usr/bin
42 dir path=usr/include
43 dir path=usr/lib
44 dir path=usr/lib/$(ARCH64)
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 # Copyright 2014 PALO, Richard. All rights reserved.
26 # Copyright 2016 Toomas Soome <tsoome@me.com>
27 #
28
29 set name=pkg.fmri value=pkg:/service/network/dns/mdns@$(PKGVERS)
30 set name=pkg.description \
31 value="Root components for Multicast DNS daemon and service discovery support"
32 set name=pkg.summary value="Multicast DNS and Service Discovery"
33 set name=info.classification \
34 value=org.opensolaris.category.2008:System/Services
35 set name=variant.arch value=$(ARCH)
36 dir path=lib
37 dir path=lib/svc
38 dir path=lib/svc/manifest group=sys
39 dir path=lib/svc/manifest/network group=sys
40 dir path=lib/svc/manifest/network/dns group=sys
41 dir path=usr group=sys
42 dir path=usr/bin
43 dir path=usr/include
44 dir path=usr/lib
45 dir path=usr/lib/$(ARCH64)
|