System/filebench

- reviewed
This commit is contained in:
2018-10-11 17:48:51 +02:00
parent ea37f47348
commit f2f8c2997d
3 changed files with 7 additions and 10 deletions
+4 -8
View File
@@ -1,12 +1,8 @@
#!/usr/bin/env modbuild
pbuild::configure() {
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::set_download_url \
"https://github.com/$P/$P/tarball/1.4.9.1" \
"$P-${V_PKG}.tar.gz"
pbuild::supported_os 'Linux'
pbuild::supported_systems 'Linux'
pbuild::add_to_group 'System'
pbuild::set_build_dependencies "${COMPILER}"
pbuild::make_all