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

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

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

Name: libmd
Version: 1.0.4
Release: alt1

Summary: Message Digest functions from BSD systems

License: BSD and ISC and Copyright only and Public Domain
Group: System/Libraries
Url: http://libbsd.freedesktop.org/

# Source-url: https://libbsd.freedesktop.org/releases/libmd-%version.tar.xz

Source: %name-%version.tar

%description
This library provides message digest functions found on BSD systems either
on their libc or libmd libraries and lacking on others like GNU systems,
thus making it easier to port projects with strong BSD origins, without
needing to embed the same code over and over again on each project

%package devel
Summary: Development files for libbsd
Group: Development/Other
Requires: %name = %EVR
Requires: pkg-config

%description devel
Development files for the libbsd library.

%prep
%setup

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc COPYING README ChangeLog
%_libdir/%name.so.*

%files devel
%_man3dir/*
%_includedir/*.h
%_libdir/%name.so
%_pkgconfigdir/%name.pc

%changelog

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

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