components/screen/screen.p5m
changeset 85 8098282b503b
child 181 87e11e685b1f
equal deleted inserted replaced
84:b80cfd4e0a16 85:8098282b503b
       
     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 set name=pkg.fmri value=pkg:/terminal/screen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    24 set name=pkg.summary value="GNU Screen"
       
    25 set name=pkg.description value="GNU Screen terminal multiplexer"
       
    26 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
       
    27 set name=info.upstream_url value="http://www.gnu.org/software/screen"
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    30 
       
    31 dir path=etc
       
    32 dir path=usr
       
    33 dir path=usr/bin
       
    34 dir path=usr/share
       
    35 dir path=usr/share/info
       
    36 dir path=usr/share/lib
       
    37 dir path=usr/share/lib/terminfo
       
    38 dir path=usr/share/lib/terminfo/s
       
    39 dir path=usr/share/man
       
    40 dir path=usr/share/man/man1
       
    41 dir path=usr/share/screen
       
    42 dir path=usr/share/screen/utf8encodings
       
    43 file path=etc/screenrc mode=0644 group=sys preserve=renamenew original_name=SUNWscreen:etc/screenrc
       
    44 file path=usr/bin/screen
       
    45 file path=usr/share/info/screen.info
       
    46 file path=usr/share/info/screen.info-1
       
    47 file path=usr/share/info/screen.info-2
       
    48 file path=usr/share/info/screen.info-3
       
    49 file path=usr/share/info/screen.info-4
       
    50 file path=usr/share/info/screen.info-5
       
    51 file path=usr/share/lib/terminfo/s/screen-s
       
    52 file path=usr/share/lib/terminfo/s/screen-bce
       
    53 file path=usr/share/man/man1/screen.1
       
    54 file path=usr/share/screen/utf8encodings/01
       
    55 file path=usr/share/screen/utf8encodings/02
       
    56 file path=usr/share/screen/utf8encodings/03
       
    57 file path=usr/share/screen/utf8encodings/04
       
    58 file path=usr/share/screen/utf8encodings/18
       
    59 file path=usr/share/screen/utf8encodings/19
       
    60 file path=usr/share/screen/utf8encodings/a1
       
    61 file path=usr/share/screen/utf8encodings/bf
       
    62 file path=usr/share/screen/utf8encodings/c2
       
    63 file path=usr/share/screen/utf8encodings/c3
       
    64 file path=usr/share/screen/utf8encodings/c4
       
    65 file path=usr/share/screen/utf8encodings/c6
       
    66 file path=usr/share/screen/utf8encodings/c7
       
    67 file path=usr/share/screen/utf8encodings/c8
       
    68 file path=usr/share/screen/utf8encodings/cc
       
    69 file path=usr/share/screen/utf8encodings/cd
       
    70 file path=usr/share/screen/utf8encodings/d6
       
    71 
       
    72 
       
    73 license screen.license license="GPLv2"
       
    74 
       
    75 legacy	pkg=SUNWscreen \
       
    76 	name="GNU Screen" \
       
    77 	desc="GNU Screen terminal multiplexer"