void-packages/srcpkgs/dynamips/template
maxice8 ed051e623e
dynamips: update to 0.2.18.
Closes: #13096 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-21 13:18:06 +02:00

18 lines
704 B
Bash

# Template file for 'dynamips'
pkgname=dynamips
version=0.2.18
revision=1
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.0-or-later"
homepage="https://github.com/GNS3/dynamips"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=39b8ab22f410d56db3161eaf7a16a70cf55aed200a7ac53bb737c71f34decac0
# 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"