description A data compression library with low memory usage
UCL implements a number of compression algorithms that \
achieve an excellent compression ratio while allowing *very* \
fast decompression. Decompression requires no additional memory.
homepage http://www.oberhumer.com/opensource/ucl/
master_sites ${homepage}download/
checksums md5 852bd691d8abc75b52053465846fba34 \
sha1 5847003d136fbbca1334dd5de10554c76c755f7c \
rmd160 d1b50127d482481c125eabff9a9c157d491c4a6a
configure.args --enable-shared
# Because the configure script doesn't save the LDFLAGS MacPorts sets.
if {![variant_isset universal]} {
configure.cc-append [get_canonical_archflags]
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING NEWS README THANKS TODO \
livecheck.url ${homepage}
livecheck.regex "Version (\\d+(?:\\.\\d+)*)"