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