tunctl: initial import

This commit is contained in:
Thomas Penteker 2013-08-01 01:04:15 +02:00
parent d6055277df
commit b291e88395
3 changed files with 20 additions and 0 deletions

3
tunctl/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/tunctl

1
tunctl/.md5sum Normal file
View File

@ -0,0 +1 @@
fdbedc263b3e85bb0e087cd567414607 tunctl-1.5.tar.gz

16
tunctl/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: set up and maintain persistent TUN/TAP network interfaces
# URL: http://tunctl.sourceforge.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=tunctl
version=1.5
release=1
source=(http://download.sourceforge.net/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
make tunctl
install -d $PKG/usr/sbin
install tunctl $PKG/usr/sbin
}