# $Id: Portfile 55402 2009-08-10 08:19:26Z ryandesign@macports.org $

PortSystem              1.0

name                    eet
version                 1.2.2
maintainers             nomaintainer
categories              devel x11
platforms               darwin
homepage                http://www.enlightenment.org
master_sites            http://download.enlightenment.org/releases/

description             EET is a library for writing sets of data.

long_description        EET is a tiny library designed to write an \
                        arbitary set of chunks of data to a file and \
                        optionally compress each chunk (very much like \
                        a zip file) and allow fast random-access \
                        reading of the file later on. It does not \
                        do zip as a zip itself has more complexity \
                        than is needed, and it was much simpler to \
                        impliment this once here.

checksums               md5     85d0192c45b0eff14a29bdcc0cb583c7 \
                        sha1    971bc5b4d3678369b7c9e86cb641644d80109b26 \
                        rmd160  7fb3889e2d4c83603b3baf9c0090ffe3ff1a7432

use_bzip2               yes

depends_lib             port:jpeg port:zlib port:eina port:openssl

configure.args          --disable-doc \
                        --disable-gnutls

use_parallel_build      yes

livecheck.check         regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
