# HG changeset patch # User Hans-G?nter Theisgen # Date 1586241124 -3600 # Node ID 12fd9f72f43ed22f0ee127985a7592487dfbe76c # Parent 2ae2b18340808586f9c1b8e85dce5aedec165c2a updated python-scapy (2.4.2 -> 2.4.3) diff -r 2ae2b1834080 -r 12fd9f72f43e python-scapy/receipt --- a/python-scapy/receipt Tue Apr 07 07:25:38 2020 +0100 +++ b/python-scapy/receipt Tue Apr 07 07:32:04 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-scapy" -SOURCE="scapy" -VERSION="2.4.2" +VERSION="2.4.3" CATEGORY="development" -SHORT_DESC="interactive packet manipulation tool" +SHORT_DESC="Interactive packet manipulation tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://scapy.net/" -WGET_URL="https://github.com/secdev/scapy/archive/v$VERSION.tar.gz" + +SOURCE="scapy" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/secdev/$SOURCE/archive/v$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -25,6 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs - cp -a $install/usr/lib $fs + + cp -a $install/usr/bin $fs + cp -a $install/usr/lib $fs }