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 +#}