components/tmux/tmux.p5m
branchoi_151a
changeset 353 b803ae0c274c
equal deleted inserted replaced
352:96c3a6d1158e 353:b803ae0c274c
       
     1 #
       
     2 # This file and its contents are supplied under the terms of the
       
     3 # Common Development and Distribution License ("CDDL)". You may
       
     4 # only use this file in accordance with the terms of the CDDL.
       
     5 #
       
     6 # A full copy of the text of the CDDL should have accompanied this
       
     7 # source. A copy of the CDDL is also available via the Internet at
       
     8 # http://www.illumos.org/license/CDDL.
       
     9 #
       
    10 
       
    11 #
       
    12 # Copyright 2011, 2013, EveryCity Ltd. All rights reserved.
       
    13 #
       
    14 
       
    15 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile> 
       
    16 
       
    17 set name=pkg.fmri value=pkg:/terminal/tmux@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    18 set name=pkg.summary value="tmux terminal multiplexer"
       
    19 set name=info.upstream-url value="http://tmux.sourceforge.net/"
       
    20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    21 set name=variant.arch value=$(MACH)
       
    22 
       
    23 license tmux.license license="BSD"
       
    24 
       
    25 dir path=usr
       
    26 dir path=usr/bin
       
    27 dir path=usr/share
       
    28 dir path=usr/share/man
       
    29 dir path=usr/share/man/man1
       
    30 file path=usr/bin/tmux
       
    31 file path=usr/share/man/man1/tmux.1