From 9899ef5ee74c220b170885e026b02812ef10cfd3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 17 May 2015 00:39:23 +0200 Subject: [PATCH] New package: miruo-0.9.6 --- srcpkgs/miruo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/miruo/template diff --git a/srcpkgs/miruo/template b/srcpkgs/miruo/template new file mode 100644 index 00000000000..8641a3f4e3f --- /dev/null +++ b/srcpkgs/miruo/template @@ -0,0 +1,17 @@ +# Template file for 'miruo' +pkgname=miruo +version=0.9.6 +revision=1 +build_style=gnu-configure +makedepends="libpcap-devel" +short_desc="Pretty-print TCP session monitor/analyzer" +maintainer="Christian Neukirchen " +license="GPL-3" +homepage="https://github.com/KLab/miruo" +distfiles="https://github.com/KLab/${pkgname}/archive/${version}.tar.gz" +checksum=bbb2989cad13b7a7541413352044dff9733121fcc82c29ced3bdfbf6b829d9b4 + +do_install() { + vbin miruo + vdoc README +}