From 0356b05d28b54f9be93e04778338268470fa678b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 14 Sep 2021 11:22:29 +0200 Subject: [PATCH] esound: fix SRCURL - be0ified - fixed SRCURL --- esound-0.2.41-0.bee | 30 ------------------------------ esound.be0 | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 30 deletions(-) delete mode 100755 esound-0.2.41-0.bee create mode 100755 esound.be0 diff --git a/esound-0.2.41-0.bee b/esound-0.2.41-0.bee deleted file mode 100755 index fa9630721..000000000 --- a/esound-0.2.41-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/esound.be0 b/esound.be0 new file mode 100755 index 000000000..18ef3b945 --- /dev/null +++ b/esound.be0 @@ -0,0 +1,26 @@ +#!/bin/env beesh + +# BEE_VERSION esound-0.2.41-1 + +#SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/8d9aad3d94d15e0d59ba9dc0ea990c6c/esound-0.2.41.tar.bz2" + +# PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +#mee_patch() { +# bee_patch +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}