Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37569212
en ru br
ALT Linux repositórios
S:0.97-alt2

Group :: Rede/Outros
RPM: iouyap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: iouyap
Version: 0.97
Release: alt2
Summary: Bridge IOU to TAP, UDP and Ethernet
License: GPL-3.0-or-later
Group: Networking/Other
Url: https://github.com/GNS3/iouyap

Source: %name-%version.tar

BuildRequires: gcc bison flex glibc-devel

%description
Bridge IOU to TAP, UDP and Ethernet, mainly used by gns3server

In order to use iouyap as non-root user, the user needs to be member of the
iouyap group!

%prep
%setup

%build
bison --yacc -dv netmap_parse.y
flex netmap_scan.l
gcc -I -Wall -fPIE %optflags -fcommon *.c iniparser/*.c -o %name -lpthread -pie

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

%pre
%_sbindir/groupadd -r iouyap 2> /dev/null || :

%files
%doc LICENSE README.rst
%attr(0750,root,iouyap) %_bindir/%name

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009