Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gc: update 7.4.2 to 7.6.12
- be0ify
- update
  • Loading branch information
wwwutz committed Oct 8, 2021
1 parent 6f0ebcd commit 3c910e6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
27 changes: 0 additions & 27 deletions gc-7.4.2-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions gc.be0
@@ -0,0 +1,35 @@
#!/bin/env beesh

# BEE_VERSION gc-7.6.12-0

# more info: http://www.hboehm.info/gc

#SRCURL[0]="http://www.hboehm.info/gc/gc_source/gc-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8175e1be00c6cd6eac2e8d67bdf451df/gc-7.6.12.tar.gz"

# PATCHURL[0]=""

BEE_BUILDTYPE=autotools

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
autoreconf -fi
bee_configure \
--enable-cplusplus \
--disable-static
}

#mee_build() {
# bee_build
#}

0 comments on commit 3c910e6

Please sign in to comment.