dnscrypt-proxy/dnscrypt-proxy.spec
2016-09-05 01:52:36 +03:00

30 lines
599 B
RPMSpec

Summary: Tool for securing communications between a client and a DNS resolver
Name: dnscrypt-proxy
Version: 1.7.0
Release: 1
License: BSD
Group: Networking/Other
Url: http://dnscrypt.org
Source0: http://download.dnscrypt.org/dnscrypt-proxy/%{name}-%{version}.tar.bz2
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/*
%{_includedir}/dnscrypt/*.h
%{_libdir}/dnscrypt-proxy/*.so