mirror of
https://abf.rosa.ru/djam/dnscrypt-proxy.git
synced 2025-02-25 01:22:54 +00:00
30 lines
542 B
RPMSpec
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/*
|
|
|
|
|