Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37704488
en ru br
ALT Linux repos
S:0.9.18-alt1

Group :: Networking/Other
RPM: ubridge

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ubridge
Version: 0.9.14
Release: alt1

Summary: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces
License: GPLv3
Group: Networking/Other
Url: https://github.com/GNS3/ubridge

Packager: Anton Midyukov <antohami at altlinux.org>

Source: %name-%version.tar

BuildRequires: gcc libpcap-devel

%description
uBridge is a simple application to create user-land bridges between various
technologies. Currently bridging between UDP tunnels, Ethernet and TAP
interfaces is supported. Packet capture is also supported.

%prep
%setup

%build
%make_build

%install
mkdir -p %buildroot%_bindir
cp %name %buildroot%_bindir

%post
chmod 4755 %_bindir/%name

%files
%doc LICENSE README.rst
%_bindir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin