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

Group :: File tools
RPM: ecryptomgr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ecryptomgr
Version: 0.9.5
Release: alt1

Summary: Crypto provider installer

License: Public domain
Group: File tools
Url: https://github.com/Etersoft/ecryptomgr

Source: %name-%version.tar

BuildArch: noarch

Requires: eepm >= 3.28.8

%define sdir %_datadir/%name

%description
Crypto provider installer.
Part of CRYPTO at Etersoft project.

Example:
$ ecryptomgr install cryptopro

Supported:
* CryptoPro 4/5 64/32 bit
* ViPNet CSP 4.2/4.4 64/32 bit
* ruToken 64/32 bit
* Jacarta 64/32 bit
* CryptoPro CAdES 64/32 bit

%prep
%setup

%build
subst "s|^SDIR=.*|SDIR=%sdir|" ecryptomgr.sh

%install
mkdir -p %buildroot%sdir/
install -D ecryptomgr.sh %buildroot%_bindir/ecryptomgr
for i in clean_* install_* uninstall_* test_* functions.sh ; do
   install $i %buildroot%sdir/
done

%files
%doc README.md
%_bindir/ecryptomgr
%sdir/

%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