diff options
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/tunctl/tunctl.inc | 14 | ||||
| -rw-r--r-- | recipes/tunctl/tunctl_1.5.bb | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tunctl/tunctl.inc b/recipes/tunctl/tunctl.inc new file mode 100644 index 0000000000..c9c7e95664 --- /dev/null +++ b/recipes/tunctl/tunctl.inc @@ -0,0 +1,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} +} diff --git a/recipes/tunctl/tunctl_1.5.bb b/recipes/tunctl/tunctl_1.5.bb new file mode 100644 index 0000000000..8a988a84f3 --- /dev/null +++ b/recipes/tunctl/tunctl_1.5.bb @@ -0,0 +1 @@ +require tunctl.inc |
