#!/bin/env beesh

SRCURL[0]="ftp://ftp.isc.org/isc/bind9/9.9.6-P1/bind-9.9.6-P1.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
    bee_patch
}

mee_configure() {
    bee_configure 
}

mee_build() {
    make -C lib/dns
    make -C lib/isc
    make -C lib/bind9
    make -C lib/isccfg
    make -C lib/lwres
    make -C bin/dig
}

mee_install() {
    bee_install -C bin/dig
}