2021-01-22 16:44:05 +00:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2020-12-20 09:23:10 +00:00
|
|
|
port=stress-ng
|
|
|
|
version=0.11.23
|
2021-04-25 10:20:15 +00:00
|
|
|
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz ffa1c516e3098a1d7ae6a4fd48c6fb41b8dfaabda22aaeebb569d24875870216"
|
|
|
|
auth_type=sha256
|
2021-04-13 01:31:10 +00:00
|
|
|
depends=zlib
|
|
|
|
|
|
|
|
pre_configure() {
|
2021-04-20 15:42:04 +00:00
|
|
|
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include"
|
|
|
|
export LDFLAGS="-L${SERENITY_INSTALL_ROOT}/usr/local/lib -lzlib"
|
2021-04-15 13:43:18 +00:00
|
|
|
|
2021-04-13 01:31:10 +00:00
|
|
|
}
|