System/filebench
- reviewed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user