components/sox/sox.p5m
changeset 239 f5dbfc736a65
child 464 08f94c414553
equal deleted inserted replaced
238:3bdd6317224c 239:f5dbfc736a65
       
     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) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/audio/sox@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.description \
       
    28     value="SoX is a cross-platform command line utility that can convert various formats of computer audio files into other formats."
       
    29 set name=pkg.summary \
       
    30     value="Sound eXchange, the Swiss Army knife of audio manipulation."
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Applications/Sound and Video"
       
    33 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream_url value=http://sox.sourceforge.net
       
    35 set name=opensolaris.arc_url \
       
    36     value=http://arc.opensolaris.org/caselog/LSARC/2009/445
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 dir path=usr
       
    39 dir path=usr/bin
       
    40 dir path=usr/include
       
    41 dir path=usr/lib
       
    42 dir path=usr/lib/$(MACH64)
       
    43 dir path=usr/lib/$(MACH64)/pkgconfig
       
    44 dir path=usr/lib/$(MACH64)/sox
       
    45 dir path=usr/lib/pkgconfig
       
    46 dir path=usr/lib/sox
       
    47 dir path=usr/share
       
    48 dir path=usr/share/man
       
    49 dir path=usr/share/man/man1
       
    50 dir path=usr/share/man/man3
       
    51 dir path=usr/share/man/man4
       
    52 dir path=usr/share/man/man5
       
    53 file path=usr/bin/sox
       
    54 file path=usr/include/sox.h
       
    55 file path=usr/include/soxstdint.h
       
    56 file path=usr/lib/$(MACH64)/libsox.so.1.0.0
       
    57 file path=usr/lib/$(MACH64)/pkgconfig/sox.pc
       
    58 file path=usr/lib/libsox.so.1.0.0
       
    59 file path=usr/lib/pkgconfig/sox.pc
       
    60 file path=usr/share/man/man1/sox.1
       
    61 file path=usr/share/man/man1/soxi.1
       
    62 file path=usr/share/man/man3/libsox.3
       
    63 file soxformat.7 path=usr/share/man/man4/soxformat.4
       
    64 legacy pkg=SUNWsound-exchange \
       
    65     desc="Sound eXchange, the Swiss Army knife of audio manipulation (14.3.0)" \
       
    66     name="Sound eXchange, the Swiss Army knife of audio manipulation"
       
    67 license sox.license license="GPLv2, LGPLv2.1"
       
    68 link path=usr/bin/play target=sox
       
    69 link path=usr/bin/rec target=sox
       
    70 link path=usr/bin/soxi target=sox
       
    71 link path=usr/lib/$(MACH64)/libsox.so target=libsox.so.1.0.0
       
    72 link path=usr/lib/$(MACH64)/libsox.so.1 target=libsox.so.1.0.0
       
    73 link path=usr/lib/libsox.so target=libsox.so.1.0.0
       
    74 link path=usr/lib/libsox.so.1 target=libsox.so.1.0.0
       
    75 link path=usr/share/man/man1/play.1 target=sox.1
       
    76 link path=usr/share/man/man1/rec.1 target=sox.1
       
    77 link path=usr/share/man/man5/soxeffect.5 target=../man1/sox.1