#!/usr/bin/env modbuild pbuild::configure() { : } pbuild::compile() { : } pbuild::install() { cd "${SRC_DIR}" ./install --prefix="${PREFIX%/*}" } pbuild::add_to_group 'MX' pbuild::make_all