30 lines
845 B
Bash
30 lines
845 B
Bash
# Template file for 'mininet'
|
|
pkgname=mininet
|
|
version=2.3.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="help2man python3-setuptools"
|
|
depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
|
|
net-tools openssh openvswitch psmisc python3-tkinter socat xbitmaps xhost xterm"
|
|
short_desc="Emulator for rapid prototyping of Software Defined Networks"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="custom:MIT-like"
|
|
homepage="http://mininet.org/"
|
|
changelog="http://mininet.org/blog/categories/releases/"
|
|
distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
|
|
# tests require root
|
|
make_check=no
|
|
|
|
post_build() {
|
|
make mnexec
|
|
make man
|
|
}
|
|
|
|
post_install() {
|
|
vbin mnexec
|
|
vman mn.1
|
|
vman mnexec.1
|
|
vlicense LICENSE
|
|
}
|