components/tmux/tmux.p5m
changeset 5682 94c0ca64c022
parent 3917 87d7f448290b
child 6663 128d4acc707a
equal deleted inserted replaced
5681:b8fe51f35344 5682:94c0ca64c022
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/terminal/tmux@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/terminal/tmux@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="tmux - terminal multiplexer"
    28 set name=pkg.summary value="tmux - terminal multiplexer"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="tmux(1) is a terminal multiplexer that enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached."
    30     value="tmux(1) is a terminal multiplexer that enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached."
       
    31 set name=pkg.human-version value=$(HUMAN_VERSION)
    31 set name=com.oracle.info.description value="the tmux terminal multiplexer"
    32 set name=com.oracle.info.description value="the tmux terminal multiplexer"
    32 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=info.classification \
    34 set name=info.classification \
    34     value="org.opensolaris.category.2008:Applications/System Utilities"
    35     value="org.opensolaris.category.2008:Applications/System Utilities"
    35 #
    36 #
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=org.opensolaris.arc-caseid value=PSARC/2013/270
    39 set name=org.opensolaris.arc-caseid value=PSARC/2013/270
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 #
    41 #
    41 file usr/bin/$(MACH64)/tmux path=usr/bin/tmux
    42 file path=usr/bin/tmux
    42 file path=usr/share/man/man1/tmux.1
    43 file path=usr/share/man/man1/tmux.1
    43 license tmux.license license="MIT, BSD"
    44 license tmux.license license="MIT, BSD"