#!/usr/bin/env modbuild # :FIXME: to be removed or reviewed! pbuild::configure() { : } pbuild::compile() { : } pbuild::install() { cd "${SRC_DIR}" rsync --exclude=".info" --delete --verbose --archive . "${PREFIX}" } pbuild::add_to_group 'Programming' pbuild::make_all