diff --git a/audacious-2.5.1-0.bee b/audacious-2.5.1-0.bee deleted file mode 100755 index d1c8ab19e..000000000 --- a/audacious-2.5.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://distfiles.atheme.org/audacious-${PKGVERSION}.tgz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -B=${S} - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/audacious-plugins-2.5.1-0.bee b/audacious-plugins-2.5.1-0.bee deleted file mode 100755 index 543047b20..000000000 --- a/audacious-plugins-2.5.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://distfiles.atheme.org/audacious-plugins-${PKGVERSION}.tgz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -B=${S} - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -}