diff --git a/gc-7.4.2-0.bee b/gc-7.4.2-0.bee deleted file mode 100755 index 20c26f986..000000000 --- a/gc-7.4.2-0.bee +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.hboehm.info/gc/gc_source/gc-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - -B=${S} - -mee_configure() { - autoreconf -fi - ./configure --prefix=/usr \ - --enable-cplusplus \ - --disable-static -} - - -mee_install() { - bee_install -} - diff --git a/gc.be0 b/gc.be0 new file mode 100755 index 000000000..01c51597b --- /dev/null +++ b/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 +#}