libraries/eet: Updated for version 1.4.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Aleksandar Samardzic 2011-02-06 14:14:36 -06:00 committed by Robby Workman
parent 01f5151782
commit 8d62d46119
4 changed files with 7 additions and 7 deletions

View file

@ -4,4 +4,4 @@ Eet is a tiny library designed to write an arbitrary 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.
Requires: eina, available at SlackBuilds.org.
This requires eina.

View file

@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=eet
VERSION=${VERSION:-1.4.0.beta}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="eet"
VERSION="1.4.0.beta"
VERSION="1.4.0"
HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/releases/eet-1.4.0.beta.tar.bz2"
MD5SUM="2635f05c58dc22b5e720066cc08cac99"
DOWNLOAD="http://download.enlightenment.org/releases/eet-1.4.0.tar.bz2"
MD5SUM="950fa1326540dad2f9808d8ee8e8c3d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"

View file

@ -12,7 +12,7 @@ eet: Eet is a tiny library designed to write an arbitary set of chunks
eet: of data to a file and optionally compress each chunk (very much
eet: like a zip file) and allow fast random-access reading of the file
eet: later on.
eet:
eet:
eet: Eet home page is: http://www.enlightenment.org/
eet:
eet: