Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37852343
en ru br
Репозитории ALT
S:1.5-alt3
5.1: 1.3.2-alt1
4.1: 1.2.1-alt1
4.0: 0.9-alt0.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libconfig

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libconfig
Version: 1.3.2
Release: alt1

Summary: C/C++ Configuration File Library

License: LGPLv2.1+
Group: System/Libraries
Url: http://www.hyperrealm.com/main.php?s=libconfig

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source: http://www.hyperrealm.com/libconfig/%name-%version.tar.bz2
Patch0: %name-1.3.2-makefile-fix.patch

BuildPreReq: flex gcc-c++

%description
Libconfig is a simple library for manipulating structured configuration
files, like this one: test.cfg. This file format is more compact and
more readable than XML. And unlike XML, it is type-aware, so it is not

necessary to do string parsing in application code.
Libconfig is very compact ? just 25K for the stripped C shared library (5
times smaller than the expat XML parser library) and 39K for the stripped
C++ shared library. This makes it well-suited for memory-constrained
systems like handheld devices.

The library includes bindings for both the C and C++ languages. It works
on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD)
and Windows (2000, XP and later).

%package devel
Summary: Header files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Header files for %name library.

%prep
%setup
%patch0 -p2
%__subst "s|^stub.*||g" Makefile.am
%__subst "s|^bin_PR.*||g" Makefile.am
%autoreconf

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc AUTHORS README NEWS
%_libdir/lib*.so.*

%files devel
%doc samples/
%_libdir/lib*.so
%_includedir/*
%_pkgconfigdir/*.pc
%_infodir/*.info*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin