2023-10-22 16:46:23 -05:00

21 lines
713 B
Bash

# Template file for 'dynamips'
pkgname=dynamips
version=0.2.23
revision=1
archs="i686* x86_64*"
build_style=cmake
makedepends="elfutils-devel libpcap-devel"
depends="iouyap"
short_desc="Hardware emulation for Cisco IOS capable devices"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/GNS3/dynamips"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=503bbb52c03f91900ea8dbe8bd0b804b76e2e28d0b7242624e0d3c52dda441a1
# Dynamips does processor instruction translation. This is already
# painfully slow on powerful x86 hardware and is unlikely to work
# reliably on arm processors.
#
# So restrict to x86_64* and i686*