dhcp-spoof: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent faee430405
commit 515a9f43bc
3 changed files with 0 additions and 25 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/dhcp-spoof

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36BArwpj5WP6/Gw0/koaHcGXso4Mg2xJtjOxtgdVbscttnWCi8EwcOXMwcncTwHi04fVEn86miLGk2hZ3V124gE=
SHA256 (Pkgfile) = bcec22d582c866d4deddc8d029c381dd6ba6f0bb245fe0c014e49b41f1527db4
SHA256 (.footprint) = 3bd1a63b808728007d4376dfac5aae46419ba5a16fc6fb1364690d962b704ac5
SHA256 (dhcp-spoof-a207d4c6d71db1e3f051deab9b1306defe3e987a.zip) = ff59005cd7ada795cb358ab3d5d2b5b479053e2f1bd24742a9af307efd0dfa20

View File

@ -1,17 +0,0 @@
# Description: DHCP spoofing attack tool
# URL: https://github.com/emanuele-f/dhcp-spoof
# Maintainer: UNMAINTAINED
# Depends on: libpcap
name=dhcp-spoof
version=0.1.a207d4c
_commit=a207d4c6d71db1e3f051deab9b1306defe3e987a
release=1
source=(https://github.com//emanuele-f/$name/archive/$_commit/$name-$_commit.zip)
build() {
cd $name-$_commit
gcc $CFLAGS -Wall -Wextra -o dhcp-spoof -lpcap dhcp_spoof.c
install -Dm755 dhcp-spoof -t $PKG/usr/sbin
}