Skip to content

Commit

Permalink
tunctl: Revived version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Oct 10, 2012
1 parent 98b5e17 commit f959fef
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions net/tunctl/BUILD
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions net/tunctl/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
optional_depends "docbook-profile" \
" " \
" " \
"install the manpages"
17 changes: 17 additions & 0 deletions net/tunctl/DETAILS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f959fef

Please sign in to comment.