#!/usr/bin/env beesh # BEE_VERSION bridge-utils-1.6-0 # more info: https://foo.bar.com SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-${PKGVERSION}.tar.xz" BEE_BUILDTYPE=autotools # PATCHURL+=() build_in_sourcedir # sourcesubdir_append src #mee_extract() { # bee_extract "${@}" #} #mee_patch() { # bee_patch "${@}" #} mee_patch_post() { autoconf -v } #mee_configure() { # bee_configure #} #mee_build() { # bee_build #} #mee_install() { # bee_install #} #mee_install_post() { # exit #}