From 068424b26532f3551a81421a9be67ed206e5c11a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 11 Aug 2021 07:02:28 +0100 Subject: gentoo resync : 11.08.2021 --- app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild (limited to 'app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild') diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild b/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild new file mode 100644 index 000000000000..309cd350a1c7 --- /dev/null +++ b/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit optfeature toolchain-funcs + +DESCRIPTION="Stress test for a computer system with various selectable ways" +HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/" +SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +DEPEND=" + dev-libs/libaio + dev-libs/libbsd + dev-libs/libgcrypt:0= + sys-apps/attr + sys-apps/keyutils:= + sys-libs/libcap + sys-libs/zlib + virtual/libcrypt:= +" + +RDEPEND="${DEPEND}" + +DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) + +src_compile() { + export MAN_COMPRESS=0 + export VERBOSE=1 + tc-export CC + + default +} + +pkg_postinst() { + optfeature "AppArmor support" sys-libs/libapparmor + optfeature "SCTP support" net-misc/lksctp-tools +} -- cgit v1.2.3