Changeset 99045


Ignore:
Timestamp:
Oct 25, 2012, 1:57:39 AM (12 years ago)
Author:
ryandesign@…
Message:

sphinx: add libsphinxclient subport (#26736)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/sphinx/Portfile

    r99044 r99045  
    2929                    sha256  de943c397efda706661b3a12e12e9f8cc8a03bf6c02c5a6ba967a06384feede2
    3030
     31if {${name} == ${subport}} {
    3132depends_lib         port:expat \
    3233                    port:libiconv
     
    127128livecheck.url       ${homepage}downloads/release/
    128129livecheck.regex     ${name}-(\[0-9.\]+)-release${extract.suffix}
     130} else {
     131    livecheck.type      none
     132}
     133
     134subport libsphinxclient {
     135    license             LGPL-2
     136   
     137    description         C library to talk to the Sphinx full-text search engine
     138   
     139    long_description    ${description}
     140   
     141    worksrcdir          ${worksrcdir}/api/${subport}
     142   
     143    # build shared library too
     144    use_autoreconf      yes
     145   
     146    use_parallel_build  no
     147}
Note: See TracChangeset for help on using the changeset viewer.