components/slib/slib.p5m
changeset 181 87e11e685b1f
parent 161 0667002cbaee
child 464 08f94c414553
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/library/slib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 set name=pkg.summary value="GNU slib - a portable library for the programming language Scheme"
    25 set name=pkg.fmri \
    26 set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
    26     value=pkg:/library/slib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=info.upstream_url value="http://people.csail.mit.edu/jaffer/SLIB"
    27 set name=pkg.summary \
       
    28     value="GNU slib - a portable library for the programming language Scheme"
       
    29 set name=info.classification \
       
    30     value="org.opensolaris.category.2008:Development/Other Languages"
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=info.upstream_url value=http://people.csail.mit.edu/jaffer/SLIB
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2008/316
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 
       
    31 license slib.license license="BSD-like, PD"
       
    32 
       
    33 dir path=usr
    36 dir path=usr
    34 dir path=usr/bin
    37 dir path=usr/bin
    35 dir path=usr/lib
    38 dir path=usr/lib
    36 dir path=usr/lib/slib
    39 dir path=usr/lib/slib
    37 dir path=usr/share
    40 dir path=usr/share
   217 file path=usr/lib/slib/wttest.scm
   220 file path=usr/lib/slib/wttest.scm
   218 file path=usr/lib/slib/wttree.scm
   221 file path=usr/lib/slib/wttree.scm
   219 file path=usr/lib/slib/xml-parse.scm
   222 file path=usr/lib/slib/xml-parse.scm
   220 file path=usr/lib/slib/yasyn.scm
   223 file path=usr/lib/slib/yasyn.scm
   221 file path=usr/share/man/man1/slib.1
   224 file path=usr/share/man/man1/slib.1
   222 
       
   223 legacy pkg=SUNWslib \
   225 legacy pkg=SUNWslib \
   224 	name="GNU slib - a portable library for the programming language Scheme" \
   226     desc="GNU slib - a portable library for the programming language Scheme (3b1)" \
   225 	desc="GNU slib - a portable library for the programming language Scheme (3b1)"
   227     name="GNU slib - a portable library for the programming language Scheme"
       
   228 license slib.license license="BSD-like, PD"