Summary: Linux crypto layer configuraton tool
Name: crconf
Version: 0
Release: 0.1.%{prever}%{?dist}
License: GPLv2
URL: https://sourceforge.net/projects/crconf/
Source: http://downloads.sourceforge.net/project/crconf/crconf-pre2.tar.gz

%global prever pre2

%description
Linux crypto layer configuraton tool

%prep
%setup -q -n crconf-%{prever}

%build
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} SBINDIR=%{_sbindir} install

%files
%{_sbindir}/crconf

%changelog
* Fri Dec 23 2016 Paul Wouters <pwouters@redhat.com> - 0-0.pre2
- Initial package