mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-libpcap: add missing pycompile_module
This commit is contained in:
parent
c0e578bcdd
commit
4266f6ce24
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'python-libpcap'
|
# Template file for 'python-libpcap'
|
||||||
pkgname=python-libpcap
|
pkgname=python-libpcap
|
||||||
version=0.6.4
|
version=0.6.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pylibpcap-$version"
|
wrksrc="pylibpcap-$version"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="pcap.py"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="libpcap-devel python-devel"
|
makedepends="libpcap-devel python-devel"
|
||||||
short_desc="Python module for the libpcap packet capture library"
|
short_desc="Python2 module for the libpcap packet capture library"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://pylibpcap.sourceforge.net/"
|
homepage="http://pylibpcap.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/pylibpcap/pylibpcap/$version/pylibpcap-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/pylibpcap/pylibpcap/$version/pylibpcap-$version.tar.gz"
|
||||||
checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
||||||
|
|
Loading…
Add table
Reference in a new issue