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

Группа :: Работа с файлами
Пакет: ecryptomgr

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

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

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