#!/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}" }