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

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

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

Name: libmicrohttpd
Version: 0.9.77
Release: alt1

Summary: Library providing compact API and implementation of an HTTP/1.1 webserver
License: LGPL-2.1-or-later
Group: System/Libraries
Url: http://www.gnu.org/software/libmicrohttpd/
Vcs: https://gnunet.org/libmicrohttpd.git
Source: %name-%version.tar

BuildRequires: libgnutls-devel >= 2.12.20
# For tests
BuildRequires: curl libcurl-devel

%description
Library providing compact API and implementation of an HTTP/1.1 webserver

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

%description devel
This package contains the headers and libraries for libmicrohttpd development.

%prep
%setup

%build
%autoreconf
%configure \
--disable-static \
--disable-doc \
--disable-examples \
--enable-gcc-hardening \
--enable-linker-hardening
%make_build

%install
%makeinstall_std

%check
%make check

%files
%doc AUTHORS COPYING README NEWS ChangeLog
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*

%changelog

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

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