Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37637345
en ru br
ALT Linux repositórios
S:1.3.1-alt1

Group :: Sistema/Bibliotecas
RPM: libtarsnap-scrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# TODO: build library like used in fuse-cryfs
%define oname scrypt

Name: libtarsnap-scrypt
Version: 1.3.1
Release: alt1

Summary: The scrypt key derivation function

Group: System/Libraries
License: BSD like
Url: https://www.tarsnap.com/scrypt.html

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/Tarsnap/scrypt/archive/%version.tar.gz

Source: %name-%version.tar

BuildRequires: libssl-devel

%description
The scrypt key derivation function was originally developed for use
in the Tarsnap online backup system and is designed
to be far more secure against hardware brute-force attacks
than alternative functions such as PBKDF2 or bcrypt.

TODO: build library like used in fuse-cryfs.

%package devel
Summary: Files needed for developing with %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
This package contains the files that are needed when building
software that uses %name.

%package -n scrypt
Summary: The scrypt key derivation function CLI utility
Group: File tools
#Requires: %name = %version-%release

%description -n scrypt
The scrypt key derivation function CLI utility.

The scrypt key derivation function was originally developed for use
in the Tarsnap online backup system and is designed
to be far more secure against hardware brute-force attacks
than alternative functions such as PBKDF2 or bcrypt.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

#%files

#%doc README.md
#%_libdir/%oname.so.1
#%_libdir/%oname.so.1.*

#%files devel

#%_libdir/%oname.so
#%dir %_includedir/%oname/
#%_includedir/%oname/%oname.h
#%_pkgconfigdir/%oname.pc

%files -n scrypt
%_bindir/scrypt
%_man1dir/scrypt.*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009