# $Id: Portfile 68573 2010-06-06 23:30:01Z ryandesign@macports.org $

PortSystem              1.0

name                    eet
version                 1.3.0
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     d380ce84d716d0f33dd5470b019c28b2 \
                        sha1    c2e3adc2026b308c32ddfbec68df992d0f9826b7 \
                        rmd160  7f5ec2d6b7a2db94ad30a913f34e39ec9a2e0188

use_bzip2               yes

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

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

use_parallel_build      yes

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