[Lunar-commits] <moonbase-other> tunctl: Revived version 1.5

Peter de Ridder peter at lunar-linux.org
Wed Oct 10 21:55:15 CEST 2012


commit f959fefae891451cda6d4ee123f2900dc5e3db64
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 10 Oct 2012 12:55:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f959fefae891451cda6d4ee123f2900dc5e3db64

tunctl: Revived version 1.5
---
  net/tunctl/BUILD   | +8/-0     
  net/tunctl/DEPENDS | +4/-0     
  net/tunctl/DETAILS | +17/-0    
  3 files changed, 29 insertions(+)

--- /dev/null
+++ b/net/tunctl/BUILD
@@ -0,0 +1,8 @@
+(
+   if ! in_depends $MODULE docbook-profile ; then
+     sedit s@"all : \$(BIN) \$(MAN)"@"all : \$(BIN)"@g Makefile &&
+     sedit s@"install -d \$(DESTDIR)\$(MAN_DIR)"@@g Makefile &&
+     sedit s@"install \$(MAN) \$(DESTDIR)\$(MAN_DIR)"@@g Makefile
+   fi &&
+   default_build
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/net/tunctl/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends "docbook-profile" \
+                 " " \
+                 " " \
+                 "install the manpages"
--- /dev/null
+++ b/net/tunctl/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=tunctl
+         VERSION=1.5
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:ff9c424827deb45ff1c36febdf57708ce17455e5
+        WEB_SITE="http://tunctl.sourceforge.net/"
+         ENTERED=20090402
+         UPDATED=20090402
+           SHORT="a tool for controlling the TUN/TAP driver in Linux."
+cat <<EOF
+tunctl is used to set up and maintain persistent TUN/TAP network
+interfaces, enabling user applications to simulate network
+traffic. Such interfaces is useful for VPN software, virtualization,
+emulation, simulation, and a number of other applications.
+EOF
+




More information about the Lunar-commits mailing list