dnscrypt-proxy/dnscrypt-proxy.spec
2015-11-19 18:15:17 +03:00

30 lines
542 B
RPMSpec

Summary: Tool for securing communications between a client and a DNS resolver
Name: dnscrypt-proxy
Version: 1.6.0
Release: 1
Source0: http://download.dnscrypt.org/dnscrypt-proxy/%{name}-%{version}.tar.gz
License: BSD
Group: Networking/Other
Url: http://dnscrypt.org/
BuildRequires: pkgconfig(libsodium)
%description
A tool for securing communications between a client and a DNS resolver.
%prep
%setup -q
%build
%configure2_5x
%make
%install
%makeinstall
%files
%{_bindir}/*
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/*