Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048187
en ru br
Репозитории ALT
S:0.2.23-alt1
5.1: 0.2.8-alt1rc2
4.1: 0.2.8-alt1rc2
www.altlinux.org/Changes

Группа :: Эмуляторы
Пакет: dynamips

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# Unpackaged files in buildroot should terminate build
%define _unpackaged_files_terminate_build 1

Name: dynamips
Version: 0.2.23
Release: alt1

Summary: Cisco 7200 Simulator
License: GPLv2
Group: Emulators

Url: https://github.com/GNS3/dynamips
Source: %name-%version.tar

BuildRequires(pre): rpm-macros-cmake cmake
BuildRequires: libelf-devel libpcap-devel libuuid-devel

%description
A project to emulate a Cisco 7200 on a traditionnal PC.
The emulator currently supports the following platforms:
- Cisco 7200 (NPE-100 to NPE-400)
- Cisco 3600 (3620, 3640 and 3660)
- Cisco 2691
- Cisco 3725
- Cisco 3745
- Cisco 2600 (2610 to 2650XM)
- Cisco 1700 (1710 to 1760)

The goals of this emulator are mainly:
   * To be used as a training platform, with software used in real world. It
     would allow people to become more familiar with Cisco devices, Cisco
     being the world leader in networking technologies ;
   * Test and experiment the numerous and powerful features of Cisco IOS ;
   * Check quickly configurations to be deployed later on real routers.

%prep
%setup
%ifarch %e2k
sed -i 's,(__ia64__),& || defined (__e2k__),' common/dynamips_common.h
%endif

%build
%cmake
%cmake_build

%install
%cmake_install
install -d %buildroot%_localstatedir/%name/{labs,images}
rm -fR %buildroot%_docdir/%name

%files
%doc COPYING README* TODO ChangeLog RELEASE-NOTES
%_man1dir/*
%_man7dir/hypervisor_mode.7*
%_bindir/*
%dir %_localstatedir/%name
%dir %_localstatedir/%name/images
%dir %_localstatedir/%name/labs

%changelog

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

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