18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'python3-dpkt'
|
|
pkgname=python3-dpkt
|
|
version=1.9.7.2
|
|
revision=3
|
|
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=80f977667ebbad2b5c4f7b7f45ee8bea6622fb71723f68a9a8fe6274520c853b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|