]> git.pld-linux.org Git - packages/libbinio.git/blame - libbinio.spec
- new
[packages/libbinio.git] / libbinio.spec
CommitLineData
8a21e54d 1Summary: Binary I/O stream class library
2Summary(pl): Biblioteka klas C++ dla strumieniowych binarnych operacji I/O
3Name: libbinio
4Version: 1.3
5Release: 0.1
6License: GPL/LGPL
7Group: Libraries
8Source0: http://mesh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
9# Source0-md5: dea7bd4c2d9d9f5429082448af2aab22
10Patch0: %{name}-infopage.patch
11URL: http://libbinio.sourceforge.net/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: libstdc++-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The binary I/O stream class library presents a platform-independent
20way to access binary data streams in C++.
21The library is hardware independent in the form that it transparently
22converts between the different forms of machine-internal binary data
23representation.
24It further employs no special I/O protocol and can be used on
25arbitrary binary data sources.
26
27#%%description -l pl
28
29%package devel
30Summary: Header files for libbinio library
31