Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37559675
en ru br
ALT Linux repos
S:1.0.4-alt1

Group :: System/Libraries
RPM: libmd

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin