components/tcpdump/tcpdump.p5m
changeset 181 87e11e685b1f
parent 90 5483a3df388e
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 set name=pkg.fmri value=pkg:/diagnostic/tcpdump@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/diagnostic/tcpdump@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.description \
       
    28     value="A tool for network monitoring and data acquisition"
    24 set name=pkg.summary value="network traffic sniffer"
    29 set name=pkg.summary value="network traffic sniffer"
    25 set name=pkg.description value="A tool for network monitoring and data acquisition"
    30 set name=info.classification \
    26 set name=info.classification value="org.opensolaris.category.2008:Applications/Internet"
    31     value=org.opensolaris.category.2008:Applications/Internet
       
    32 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    27 set name=info.upstream_url value=http://www.tcpdump.org
    33 set name=info.upstream_url value=http://www.tcpdump.org
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=opensolaris.arc_url \
       
    35     value=http://arc.opensolaris.org/caselog/PSARC/2009/147
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 
       
    31 dir path=usr
    37 dir path=usr
    32 dir path=usr/sbin
    38 dir path=usr/sbin
    33 dir path=usr/share
    39 dir path=usr/share
    34 dir path=usr/share/man
    40 dir path=usr/share/man
    35 dir path=usr/share/man/man1
    41 dir path=usr/share/man/man1
    36 file path=usr/sbin/tcpdump 
    42 file path=usr/sbin/tcpdump
    37 file path=usr/share/man/man1/tcpdump.1 
    43 file path=usr/share/man/man1/tcpdump.1
    38 
    44 legacy pkg=SUNWtcpdump \
    39 license tcpdump.license license="BSD"
    45     desc="tcpdump - A tool for network monitoring and data acquisition 4.1.1" \
    40 
    46     name="tcpdump - network traffic sniffer"
    41 legacy  pkg=SUNWtcpdump \
    47 license tcpdump.license license=BSD
    42 	name="tcpdump - network traffic sniffer" \
       
    43 	desc="tcpdump - A tool for network monitoring and data acquisition 4.1.1"
       
    44 
       
    45