13 lines
281 B
Plaintext
Executable File
13 lines
281 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "http://github.com/hpc/ior/releases/download/${V_PKG}/ior-${V_PKG}.tar.gz"
|
|
|
|
pbuild::add_to_group 'System'
|
|
|
|
pbuild::install_docfiles AUTHORS NEWS README.md
|
|
|
|
pbuil::configure() {
|
|
cd ${SRC_DIR}
|
|
./configure --prefix="${PREFIX}"
|
|
}
|