void-packages/srcpkgs/dynamips/template

19 lines
693 B
Bash
Raw Normal View History

2017-01-20 16:41:25 +00:00
# Template file for 'dynamips'
pkgname=dynamips
2017-08-22 02:51:34 +00:00
version=0.2.17
2017-08-21 11:16:16 +00:00
revision=2
2017-01-20 16:41:25 +00:00
build_style=cmake
2017-08-21 11:16:16 +00:00
makedepends="elfutils-devel libpcap-devel"
2017-01-20 16:41:25 +00:00
depends="iouyap"
short_desc="Hardware emulation for Cisco IOS capable devices"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
2017-01-20 16:41:25 +00:00
license="GPL-2"
homepage="https://github.com/GNS3/dynamips"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
2017-08-22 02:51:34 +00:00
checksum=d524ef32b78dd7384775920604912d3b4b212ded338cc4df930b0086df1e81ed
2017-01-20 16:41:25 +00: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"