Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402105
en ru br
Репозитории ALT

Группа :: Сети/Прочее
Пакет: iouyap

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin