File seccure.spec of Package seccure

# norootforbuild

Name: seccure
Version: 0.3
Release: 0
#
License: GPL
Group: Productivity/Security
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig libgcrypt-devel
#
URL: http://point-at-infinity.org/seccure/
Source: http://point-at-infinity.org/seccure/seccure-%{version}.tar.gz
Patch: seccure-0.3_install_dir.patch
#
Summary: SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
%description
The seccure toolset implements a selection of asymmetric algorithms based on
elliptic curve cryptography (ECC). In particular it offers public key
encryption / decryption, signature generation / verification and key
establishment. 

ECC schemes offer a much better key size to security ratio than classical
systems (RSA, DSA). Keys are short enough to make direct specification of keys
on the command line possible (sometimes this is more convenient than the
management of PGP-like key rings). seccure builds on this feature and therefore
is the tool of choice whenever lightweight asymmetric cryptography --
independent of key servers, revocation certificates, the Web of Trust or even
configuration files -- is required.

Authors:
--------
    B. Poettering <seccure@point-at-infinity.org>

%prep
%setup
%patch

%build
%{__make} CFLAGS="%{optflags}"

%install
%makeinstall

%clean
%{__rm} -rf %{buidlroot}

%files
%defattr(-,root,root,-)
%{_bindir}/seccure-key
%{_bindir}/seccure-encrypt
%{_bindir}/seccure-decrypt
%{_bindir}/seccure-sign
%{_bindir}/seccure-verify
%{_bindir}/seccure-signcrypt
%{_bindir}/seccure-veridec
%{_bindir}/seccure-dh
%{_mandir}/man1/seccure.1.gz
%doc HISTORY LICENSE PATENTS README TODO seccure.1.html
openSUSE Build Service is sponsored by