mirror of
https://abf.rosa.ru/djam/byedpi.git
synced 2025-02-23 16:22:48 +00:00
Imported from SRPM
This commit is contained in:
commit
815c058daf
2 changed files with 35 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
byedpi-0.13.1.tar.gz: fc333da645219253623c721a42a529f226b2e807
|
33
byedpi.spec
Normal file
33
byedpi.spec
Normal file
|
@ -0,0 +1,33 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
|
||||
Name: byedpi
|
||||
Version: 0.13.1
|
||||
Release: 1
|
||||
Summary: Bypass DPI
|
||||
URL: https://github.com/hufrea/byedpi
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
License: MIT
|
||||
Group: Security
|
||||
Provides: ciadpi
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Implementation of some DPI bypass methods. The program is a
|
||||
local SOCKS proxy server.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
%install
|
||||
install -Dm0755 ciadpi %{buildroot}%{_bindir}/ciadpi
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE
|
||||
%{_bindir}/ciadpi
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue