22 lines
664 B
Bash
22 lines
664 B
Bash
# Template file for 'python-pypcapfile'
|
|
pkgname=python-pypcapfile
|
|
version=0.12.0
|
|
revision=1
|
|
wrksrc="pypcapfile-${version}"
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="pcapfile"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="A Python library for handling libpcap savefiles"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="ISC"
|
|
homepage="http://kisom.github.com/pypcapfile"
|
|
distfiles="${PYPI_SITE}/p/pypcapfile/pypcapfile-${version}.tar.gz"
|
|
checksum="3328e2136980468b0906bbe05a5a6e4e506a6f1a8451cf80393814c31e6f3b7f"
|
|
|
|
post_install() {
|
|
$XBPS_FETCH_CMD https://raw.githubusercontent.com/kisom/pypcapfile/master/LICENSE
|
|
vlicense LICENSE
|
|
}
|