components/libdnet/libdnet.p5m
changeset 1043 585b09419d1c
child 1205 6c6c27bcf9ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libdnet/libdnet.p5m	Tue Nov 06 16:27:21 2012 -0800
@@ -0,0 +1,73 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/system/library/libdnet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="a simplified, portable interface to several low-level networking routines"
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2012/202
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+dir  path=usr
+dir  path=usr/bin
+dir  path=usr/bin/$(MACH64)
+file path=usr/bin/$(MACH64)/dnet-config
+file path=usr/bin/dnet-config
+dir  path=usr/include
+dir  path=usr/include/dnet
+file path=usr/include/dnet.h
+file path=usr/include/dnet/addr.h
+file path=usr/include/dnet/arp.h
+file path=usr/include/dnet/blob.h
+file path=usr/include/dnet/eth.h
+file path=usr/include/dnet/fw.h
+file path=usr/include/dnet/icmp.h
+file path=usr/include/dnet/intf.h
+file path=usr/include/dnet/ip.h
+file path=usr/include/dnet/ip6.h
+file path=usr/include/dnet/os.h
+file path=usr/include/dnet/rand.h
+file path=usr/include/dnet/route.h
+file path=usr/include/dnet/tcp.h
+file path=usr/include/dnet/tun.h
+file path=usr/include/dnet/udp.h
+dir  path=usr/lib
+dir  path=usr/lib/$(MACH64)
+link path=usr/lib/$(MACH64)/libdnet.so target=libdnet.so.1.0.1
+link path=usr/lib/$(MACH64)/libdnet.so.1 target=libdnet.so.1.0.1
+file path=usr/lib/$(MACH64)/libdnet.so.1.0.1
+link path=usr/lib/libdnet.so target=libdnet.so.1.0.1
+link path=usr/lib/libdnet.so.1 target=libdnet.so.1.0.1
+file path=usr/lib/libdnet.so.1.0.1
+dir  path=usr/sbin
+file usr/sbin/$(MACH64)/dnet path=usr/sbin/dnet
+dir  path=usr/share
+dir  path=usr/share/man
+dir  path=usr/share/man/man1m
+file usr/share/man/man8/dnet.8 path=usr/share/man/man8/dnet.1m
+dir  path=usr/share/man/man3
+file path=usr/share/man/man3/dnet.3
+license libdnet.license license="libdnet license"