blob: bba1658e51169349af313cdbf9da8c21adc5c11d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = gns3-server
pkgdesc = GNS3 network simulator, Server package
pkgver = 2.2.10
pkgrel = 1
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
arch = x86_64
groups = gns3
license = GPL3
makedepends = python-setuptools
depends = busybox
depends = python-aiofiles
depends = python-aiohttp
depends = python-aiohttp-cors
depends = python-async_generator
depends = python-async-timeout
depends = python-distro
depends = python-jinja
depends = python-jsonschema
depends = python-prompt_toolkit
depends = python-psutil
depends = python-py-cpuinfo
depends = python-sentry_sdk
depends = python-yarl
depends = python-zipstream-gns3
optdepends = dynamips: Cisco router emulator.
optdepends = gns3-gui: graphical user interface for GNS3 server.
optdepends = iouyap: Bridge IOU to UDP, TAP and Ethernet.
optdepends = qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.
optdepends = libvirt: needed for the NAT cloud
optdepends = vpcs: Simple PC emulation for basic network operations.
optdepends = ubridge: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces.
source = gns3-server-2.2.10.tar.gz::https://github.com/GNS3/gns3-server/archive/v2.2.10.tar.gz
source = gns3-server@.service
sha256sums = 4388974043680e877533564cb5a2efe2ed215a59a13abcabb3ac29d9b92f86e0
sha256sums = b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f
pkgname = gns3-server
|