diff --git a/mm-common-0.9.5-0.bee b/mm-common-0.9.5-0.bee deleted file mode 100755 index dafaf18ca..000000000 --- a/mm-common-0.9.5-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.5.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/mm-common.be0 b/mm-common.be0 new file mode 100755 index 000000000..5107b97af --- /dev/null +++ b/mm-common.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION mm-common-1.0.3-0 + +# SRCURL[0]="https://download-fallback.gnome.org/sources/mm-common/1.0/mm-common-1.0.3.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/cb650e7904b32ede87bef716f25e2afe/mm-common-1.0.3.tar.xz" + +# PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + +mee_extract() { + bee_extract ${@} +} + +mee_patch() { + bee_patch ${@} +} + +mee_configure() { + bee_configure +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +}