Skip to content
Permalink
f946261e28
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 35 lines (23 sloc) 430 Bytes
#!/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
}