mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
Merge pull request #2224 from thypon/pycap
New package: python-libpcap-0.6.4
This commit is contained in:
commit
c2df558b19
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python-libpcap/template
Normal file
15
srcpkgs/python-libpcap/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python-libpcap'
|
||||||
|
pkgname=python-libpcap
|
||||||
|
version=0.6.4
|
||||||
|
revision=1
|
||||||
|
_realname=pylibpcap
|
||||||
|
wrksrc="$_realname-$version"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="libpcap-devel python-devel"
|
||||||
|
short_desc="Python module for the libpcap packet capture library"
|
||||||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://pylibpcap.sourceforge.net/"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/$_realname/$_realname/$version/$_realname-$version.tar.gz"
|
||||||
|
checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
Loading…
Add table
Reference in a new issue