# $Id: Portfile 65765 2010-03-31 13:29:51Z takanori@macports.org $

PortSystem      1.0

name            lzmautils
version         4.32.7
revision        1
categories      archivers
platforms       darwin
maintainers     afb openmaintainer
description     LZMA Utils

long_description \
LZMA utils consist of a few relatively separate submodules: \
* LZMA encoder/decoder command line tool similar to gzip/bzip2 \
* Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)

homepage        http://tukaani.org/lzma/
master_sites    ${homepage}
distname        lzma-${version}
checksums       md5 2a748b77a2f8c3cbc322dbd0b4c9d06a

conflicts       xz-devel

livecheck.url   ${homepage}
livecheck.regex LZMA Utils (\[0-9.\]*) was released
livecheck.type  regexm
