1
0
forked from ports/contrib

scapy: fix footprint and junk removing

This commit is contained in:
Alexandr Savca 2020-12-10 19:38:20 +02:00
parent a80d985825
commit 165b836a78
3 changed files with 887 additions and 887 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wy5Oo7H007JDBmA2n3Lt36EOlXnpakh+Ee742I8Ev7yf5ZxLx9RyE2DWZyDH7z/T25AhjywX7pizY+mr+Tq6gA=
SHA256 (Pkgfile) = 69606858baa74eb5b4b5c058ad3752c81edaeff8ec43b42c62e28a6661a3012b
SHA256 (.footprint) = 8176e7406a1b40c5dd4b64db772f8721bea2a90c508c7a754add441c726484da
RWSagIOpLGJF32Ec8n8dK+GY5R3wjLpxhjUEi0sO8XdqrOdAoJ/FZEVv8bN7XkscGWpSixtQxku7a6sur/7saqn5OPTLXYszcw8=
SHA256 (Pkgfile) = 72c03933e3431ad735a53f6091b73d6f2a62c4a0f07f0ad151c5f1f80da2c50c
SHA256 (.footprint) = 57dc34c60a7b5bcbab8c1de0f59c066f563c0a98ab2543ad969884c91e2868d8
SHA256 (scapy-2.4.4.tar.gz) = abe1b7fa606350df90209a60d23df727705097453b3dcb626bf36b3539d44021
SHA256 (scapy.py) = 449e97469734abf2987fdd17d7499555cfd064e0ed987185f707d552055c3d23
SHA256 (UTscapy.sh) = 0f752600476232d01eca3ad60b6cc658d997f61c1668be0a7c072a5c73790108

View File

@ -24,5 +24,5 @@ build() {
install -Dm755 $SRC/UTscapy.sh $PKG/usr/bin/UTscapy
# remove junk
rm -r $PKG/usr/lib/python3.7/site-packages/scapy-*-py*.egg-info
rm -r $PKG/usr/lib/python*/site-packages/scapy-*-py*.egg-info
}