tunctl: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 08:45:34 +00:00
parent 39baa823ff
commit e86d06df3d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 24 deletions

View File

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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36LuLCRflY+L2R8/AfkG4s0iKlWRAInxH88titXoe0GAAwsrEv7zvKew/KIsDii9kSxlolkiAcBu223gMydwJgc=
SHA256 (Pkgfile) = 48b643810888cf8ef854ce6831db427e4972c982b1a90a74e4e13849a1d33f3d
SHA256 (.footprint) = 89952f6f37b10054ca79a931cb0fa36268d3adac2ba528fd71aaa6728ff83554
SHA256 (tunctl-1.5.tar.gz) = aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff

View File

@ -1,16 +0,0 @@
# 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
}