void-packages/srcpkgs/dynamips/template
2017-08-21 19:56:55 -07:00

19 lines
693 B
Bash

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