python-libpcap: add missing license.

Closes #9242.
This commit is contained in:
maxice8 2017-11-16 12:45:01 -02:00 committed by Enno Boland
parent b69ccd38c1
commit 79ec7f4c27
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,11 @@ hostmakedepends="python"
makedepends="libpcap-devel python-devel"
short_desc="Python module for the libpcap packet capture library"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD"
license="3-clause-BSD"
homepage="http://pylibpcap.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/pylibpcap/pylibpcap/$version/pylibpcap-$version.tar.gz"
checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
post_install() {
vlicense COPYING
}