Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37868243
en ru br
Репозитории ALT

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

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

%define oname json-parser

Name: lib%oname
Version: 1.1.0
Release: alt1
Summary: Very low footprint JSON parser written in portable ANSI C
Group: System/Libraries
License: BSD-2-Clause
Url: https://github.com/udp/json-parser
Source: %name-%version.tar
Patch: %name-%version.patch

%description
Very low footprint JSON parser written in portable ANSI C

%package devel
Summary: Files needed to develop applications with Very low footprint JSON parser
Requires: %name = %EVR
Group: Development/C

%description devel
Files needed to develop applications with Very low footprint JSON parser

%prep
%setup
%patch -p1

%build
%autoreconf
%configure
%make_build

%install
%make_install install-shared DESTDIR=%buildroot

%files
%doc README.md AUTHORS LICENSE
%_libdir/lib*.so.*

%files devel
%_libdir/lib*.so
%_includedir/%oname
%_datadir/pkgconfig/%oname.pc

%changelog

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

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