Skip to content
Permalink
master
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 34 lines (24 sloc) 554 Bytes
#!/usr/bin/env beesh
# BEE_VERSION cunit-2.1_3-1
# SRCURL[0]="https://sourceforge.net/projects/cunit/files/latest/download?source=typ_redirect"
SRCURL[0]="https://beehive.molgen.mpg.de/b5f1a9f6093869c070c6e4a9450cc10c/CUnit-2.1-3.tar.bz2"
# PATCHURL+=()
build_in_sourcedir
BEE_BUILDTYPE=autotools
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd ./bootstrap
start_cmd make distclean
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}