components/sqlite-3/sqlite-3-doc.p5m
changeset 5211 0522531b2f1d
parent 5182 78cc8a5782fa
child 5421 7c37e32758f1
equal deleted inserted replaced
5210:f83eefca4ec2 5211:0522531b2f1d
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr/share/doc/sqlite3/(.+)$ -> \
    26 <transform file path=usr/share/doc/sqlite3/(.+)$ -> \
    27     set action.hash %<1> >
    27     set action.hash %<1> >
    28 <transform file path=usr/share/doc/sqlite3/.* -> default facet.doc.html true>
    28 <transform file path=usr/share/doc/sqlite3/.* -> default facet.doc.html true>
       
    29 # Remove the "facet.doc.html=true" tag from just the .pdf files.
       
    30 <transform file path=usr/share/doc/sqlite3/.*\.pdf -> delete facet.doc.html .*>
    29 set name=pkg.fmri \
    31 set name=pkg.fmri \
    30     value=pkg:/database/sqlite-3/documentation@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32     value=pkg:/database/sqlite-3/documentation@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31 set name=pkg.summary value="SQL database engine library - Documentation"
    33 set name=pkg.summary value="SQL database engine library - Documentation"
    32 set name=pkg.description \
    34 set name=pkg.description \
    33     value="Documentation for SQLite which is a self-contained, serverless, zero-configuration, transactional SQL database engine"
    35     value="Documentation for SQLite which is a self-contained, serverless, zero-configuration, transactional SQL database engine"