aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stress-ng/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/stress-ng/APKBUILD')
-rw-r--r--testing/stress-ng/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/stress-ng/APKBUILD b/testing/stress-ng/APKBUILD
deleted file mode 100644
index 426597192b..0000000000
--- a/testing/stress-ng/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Olliver Schinagl <oliver@schinagl.nl>
-# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
-pkgname=stress-ng
-pkgver=0.09.57
-pkgrel=0
-pkgdesc="stress-ng will stress test a computer system in various selectable ways."
-url="https://kernel.ubuntu.com/~cking/stress-ng/"
-arch="all"
-license="GPL-2.0-or-later"
-options="!check" # tests are not portable
-makedepends="
- linux-headers
- libaio-dev
- libbsd-dev
- lksctp-tools-dev
- zlib-dev
-"
-subpackages="$pkgname-doc"
-source="
- https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-$pkgver.tar.xz
- 0001-Remove-GLOB_ONLYDIR-for-musl.patch
-"
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" \
- JOBDIR="/usr/share/doc/${pkgname}/example-jobs/" install
-}
-
-sha512sums="5c3bd06be0f66a6bbb88393b3d22400b5a307e4c45e27d7cb15502370b0873ec11c911aa31fa066400152169ec5bea29c1c0260899dedbc640fbef09ee672cb5 stress-ng-0.09.57.tar.xz
-8b648cdeced325a04c494e84be78182a941ce4c11327c3c0c24bff2caf399ff09a8e88ad19b564f1eb614e9cdc1560377075ec866d90d17a55cb45498b0c3a0d 0001-Remove-GLOB_ONLYDIR-for-musl.patch"