From cac4649dc709cc2daaa139a8662337bd10320eb0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 15 Dec 2015 20:20:49 +0100 Subject: [PATCH] New package: ioprof-2.0.4 --- srcpkgs/ioprof/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ioprof/template diff --git a/srcpkgs/ioprof/template b/srcpkgs/ioprof/template new file mode 100644 index 00000000000..3099b88f325 --- /dev/null +++ b/srcpkgs/ioprof/template @@ -0,0 +1,17 @@ +# Template file for 'ioprof' +pkgname=ioprof +version=2.0.4 +revision=1 +noarch=yes +build_style=fetch +depends="perl blktrace" +short_desc="Linux I/O profiler" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="https://01.org/ioprof" +distfiles="https://github.com/01org/ioprof/raw/747405c36b7c7cf3a4e1ebb57a48edc243a19b37/ioprof.pl" +checksum=7cf108b63785841575d5e3bfa12c056a1827af49e7afdee4092810f24956ae70 + +do_install() { + vbin ioprof.pl ioprof +}