]> git.pld-linux.org Git - packages/eet.git/blame - eet.spec
- updated to 20050329 snap
[packages/eet.git] / eet.spec
CommitLineData
146ac757 1Summary: Library for speedy data storage, retrieval, and compression
2760e594 2Summary(pl): Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
146ac757 3Name: eet
e89d944a 4Version: 0.9.10
5%define _snap 20050329
146ac757 6Release: 0.%{_snap}.0.1
7License: BSD
8Group: Libraries
9#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
e89d944a 10Source0: ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{_snap}.tar.gz
11# Source0-md5: d993ba9af4fa5e54f802d4b013a24743
146ac757 12URL: http://enlightenment.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libjpeg-devel
16BuildRequires: libtool
17BuildRequires: zlib-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Eet is a tiny library designed to write an arbitary set of chunks of
22data to a file and optionally compress each chunk (very much like a
23zip file) and allow fast random-access reading of the file later on.
24It does not do zip as a zip itself has more complexity than is needed,
25and it was much simpler to implement this once here.
26
27It also can encode and decode data structures in memory, as well as
28image data for saving to eet files or sending across the network to
29other machines, or just writing to arbitary files on the system. All
30data is encoded in a platform independant way and can be written and
31read by any architecture.
32
2760e594
JB
33%description -l pl
34