Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdbm: fix install ownership
- be0ify
- fix ownership on install
- SRCURL
  • Loading branch information
wwwutz committed Oct 1, 2020
1 parent a1df83d commit 93c1439
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
32 changes: 0 additions & 32 deletions gdbm-1.8.3-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions gdbm.be0
@@ -0,0 +1,38 @@
#!/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
#}

0 comments on commit 93c1439

Please sign in to comment.