aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tunctl/tunctl.inc
blob: c9c7e95664bac4409068bceca0b050eb2585caef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "The tunctl tool for controlling the TUN/TAP driver in Linux."
SECTION = "net"
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"

do_compile() {
	oe_runmake tunctl
}

do_install() {
	install -d ${D}/${sbindir}
	install -m 755 tunctl ${D}/${sbindir}
}