Skip to content
Permalink
update-libxslt…
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
@pmenzel
Latest commit 90f9822 Jun 6, 2016 History
Copy the files from the directory `/src/mariux/beeroot/bee-files`, change the
permissions, run `git init` to create a repository with all the bee files.
1 contributor

Users who have contributed to this file

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
}