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
@wwwutz
Latest commit 7598fea Sep 17, 2020 History
- add it
1 contributor

Users who have contributed to this file

executable file 32 lines (22 sloc) 537 Bytes
#!/bin/env beesh
# BEE_VERSION sysbench-1.0.20_p252_bbee5d5-0
# bee dowload "https://github.com/akopytov/sysbench.git"
SRCURL[0]="https://beehive.molgen.mpg.de/ed9a1178eb92182d9d3b7ad34339b7e5/sysbench-1.0.20_p252_bbee5d5.tar.bz2"
# PATCHURL+=(/src/mariux/patches/sysbench-libtool.patch)
# BEE_BUILDTYPE=autogen
build_in_sourcedir
#mee_patch() {
# bee_patch ${PATCHURL[@]}
#}
mee_patch_post() {
./autogen.sh
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}