20 lines
610 B
Bash
20 lines
610 B
Bash
# Template file for 'python-libpcap'
|
|
pkgname=python-libpcap
|
|
version=0.6.4
|
|
revision=2
|
|
wrksrc="pylibpcap-$version"
|
|
build_style=python2-module
|
|
pycompile_module="pcap.py"
|
|
hostmakedepends="python"
|
|
makedepends="libpcap-devel python-devel"
|
|
short_desc="Python2 module for the libpcap packet capture library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://pylibpcap.sourceforge.net/"
|
|
distfiles="$SOURCEFORGE_SITE/pylibpcap/pylibpcap/$version/pylibpcap-$version.tar.gz"
|
|
checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|