19 lines
588 B
Bash
19 lines
588 B
Bash
# Template file for 'python3-dpkt'
|
|
pkgname=python3-dpkt
|
|
version=1.9.8
|
|
revision=2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/kbandla/dpkt/master/docs/changelog.md"
|
|
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
|
|
checksum=43f8686e455da5052835fd1eda2689d51de3670aac9799b1b00cfd203927ee45
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|