Skip to content
Permalink
726b4877f9
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 93c1439 Oct 1, 2020 History
- be0ify
- fix ownership on install
- SRCURL
1 contributor

Users who have contributed to this file

executable file 38 lines (26 sloc) 609 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gdbm-1.8.3-1
# SRCURL[0]="http://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/1d1b1d5c0245b1c00aff92da751e9aa1/gdbm-1.8.3.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_patch_post() {
sed -i "/BIN... = bin/s/bin/$USER/" ${S}/Makefile.in
}
#mee_configure() {
# bee_configure
#}
mee_install() {
bee_install INSTALL_ROOT=${D}
make install-compat INSTALL_ROOT=${D}
}
#mee_install() {
# bee_install
#}