#!/usr/bin/env beesh

# BEE_VERSION ypbind-mt-1.33-3

# more info: https://foo.bar.com

SRCURL[0]="https://www.thkukuk.de/nis/download/ypbind-mt/ypbind-mt-${PKGVERSION}.tar.gz"

PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start-ypbind-in-fore.patch"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
#    bee_extract "${@}"
#}

#mee_patch() {
#    bee_patch "${@}"
#}

mee_configure() {
    bee_configure --disable-nls
}

#mee_build() {
#    bee_build
#}

#mee_install() {
#    bee_install
#}

#mee_install_post() {
#    exit
#}