From 463f96e00d594c3b48aab289c6dc165f3b4104cb Mon Sep 17 00:00:00 2001 From: cipr3s Date: Tue, 10 Jan 2017 14:10:00 +0100 Subject: [PATCH] New package: python-pypcapfile-0.12.0 Closes: #5497 [via git-merge-pr] --- srcpkgs/python-pypcapfile/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python-pypcapfile/template diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template new file mode 100644 index 0000000000..516b0f7c06 --- /dev/null +++ b/srcpkgs/python-pypcapfile/template @@ -0,0 +1,21 @@ +# 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 " +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 +}