components/daq/daq.p5m
changeset 1239 057f64527cda
child 1251 f1fb66b52f41
equal deleted inserted replaced
1238:fb93a6ad84e5 1239:057f64527cda
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     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 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/system/library/libdaq@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Snort data acquisition library for packet I/O"
       
    27 set name=com.oracle.info.description value="the Snort data acquisition library for packet I/O"
       
    28 set name=com.oracle.info.tpno value=11060
       
    29 set name=info.classification \
       
    30     value=org.opensolaris.category.2008:System/Libraries
       
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    33 set name=org.opensolaris.arc-caseid value=PSARC/2012/203
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    35 dir  path=usr
       
    36 dir  path=usr/bin
       
    37 file path=usr/bin/daq-modules-config
       
    38 dir  path=usr/include
       
    39 file path=usr/include/daq.h
       
    40 file path=usr/include/daq_api.h
       
    41 file path=usr/include/daq_common.h
       
    42 file path=usr/include/sfbpf.h
       
    43 file path=usr/include/sfbpf_dlt.h
       
    44 dir  path=usr/lib
       
    45 dir  path=usr/lib
       
    46 dir  path=usr/lib/$(MACH64)
       
    47 dir  path=usr/lib/$(MACH64)/daq
       
    48 file path=usr/lib/$(MACH64)/daq/daq_dump.so
       
    49 file path=usr/lib/$(MACH64)/daq/daq_ipfw.so
       
    50 file path=usr/lib/$(MACH64)/daq/daq_pcap.so
       
    51 link path=usr/lib/$(MACH64)/libdaq.so target=libdaq.so.0.0.1
       
    52 link path=usr/lib/$(MACH64)/libdaq.so.0 target=libdaq.so.0.0.1
       
    53 file path=usr/lib/$(MACH64)/libdaq.so.0.0.1
       
    54 link path=usr/lib/$(MACH64)/libsfbpf.so target=libsfbpf.so.0.0.1
       
    55 link path=usr/lib/$(MACH64)/libsfbpf.so.0 target=libsfbpf.so.0.0.1
       
    56 file path=usr/lib/$(MACH64)/libsfbpf.so.0.0.1
       
    57 dir  path=usr/lib/daq
       
    58 dir  path=usr/lib/daq
       
    59 file path=usr/lib/daq/daq_dump.so
       
    60 file path=usr/lib/daq/daq_ipfw.so
       
    61 file path=usr/lib/daq/daq_pcap.so
       
    62 link path=usr/lib/libdaq.so target=libdaq.so.0.0.1
       
    63 link path=usr/lib/libdaq.so.0 target=libdaq.so.0.0.1
       
    64 file path=usr/lib/libdaq.so.0.0.1
       
    65 link path=usr/lib/libsfbpf.so target=libsfbpf.so.0.0.1
       
    66 link path=usr/lib/libsfbpf.so.0 target=libsfbpf.so.0.0.1
       
    67 file path=usr/lib/libsfbpf.so.0.0.1
       
    68 license daq.license license=GPLv2