dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / tunctl / tunctl.inc
1 DESCRIPTION = "The tunctl tool for controlling the TUN/TAP driver in Linux."
2 SECTION = "net"
3 LICENSE = "GPL"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
6
7 do_compile() {
8         oe_runmake tunctl
9 }
10
11 do_install() {
12         install -d ${D}/${sbindir}
13         install -m 755 tunctl ${D}/${sbindir}
14 }