19 lines
529 B
Bash
19 lines
529 B
Bash
# Template file for 'python3-dpkt'
|
|
pkgname=python3-dpkt
|
|
version=1.9.4
|
|
revision=2
|
|
wrksrc="dpkt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Basic TCP/IP packet creation and parsing"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/kbandla/dpkt"
|
|
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
|
|
checksum=f4e579cbaf6e2285ebf3a9e84019459b4367636bac079ba169527e582fca48b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|