20 lines
713 B
Bash
20 lines
713 B
Bash
# Template file for 'dynamips'
|
|
pkgname=dynamips
|
|
version=0.2.21
|
|
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=08587589db2c3fc637e6345aebf4f9706825c12f45d9e2cf40d4189c604656d2
|
|
|
|
# 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*
|