tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / tunctl / tunctl.inc
blobc9c7e95664bac4409068bceca0b050eb2585caef
1 DESCRIPTION = "The tunctl tool for controlling the TUN/TAP driver in Linux."
2 SECTION = "net"
3 LICENSE = "GPL"
5 SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
7 do_compile() {
8         oe_runmake tunctl
11 do_install() {
12         install -d ${D}/${sbindir}
13         install -m 755 tunctl ${D}/${sbindir}