2017-01-20 17:41:25 +01:00
|
|
|
# Template file for 'dynamips'
|
|
|
|
pkgname=dynamips
|
2017-08-22 04:51:34 +02:00
|
|
|
version=0.2.17
|
2017-08-21 13:16:16 +02:00
|
|
|
revision=2
|
2017-01-20 17:41:25 +01:00
|
|
|
build_style=cmake
|
2017-08-21 13:16:16 +02:00
|
|
|
makedepends="elfutils-devel libpcap-devel"
|
2017-01-20 17:41:25 +01:00
|
|
|
depends="iouyap"
|
|
|
|
short_desc="Hardware emulation for Cisco IOS capable devices"
|
2017-07-19 05:11:10 +02:00
|
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
2017-01-20 17:41:25 +01:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/GNS3/dynamips"
|
|
|
|
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
2017-08-22 04:51:34 +02:00
|
|
|
checksum=d524ef32b78dd7384775920604912d3b4b212ded338cc4df930b0086df1e81ed
|
2017-01-20 17:41:25 +01:00
|
|
|
|
|
|
|
# Dynamips does processor instruction translation. This is already
|
|
|
|
# painfully slow on powerful x86 hardware and is unlikely to work
|
|
|
|
# reliably on arm processors.
|
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|