
Receipt for package "python-scapy"
# SliTaz package receipt. PACKAGE="python-scapy" VERSION="2.4.3" CATEGORY="development" SHORT_DESC="Interactive packet manipulation tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://scapy.net/" SOURCE="scapy" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/secdev/$SOURCE/archive/v$VERSION.tar.gz" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs cp -a $install/usr/lib $fs }
6094 packages and 260717 files in current database (Mon May 12 00:01:45 2025)