mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/eet: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
01f5151782
commit
8d62d46119
4 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue