diff --git a/mutt-1.5.21-0.bee b/mutt-1.5.21-0.bee deleted file mode 100755 index beff7758c..000000000 --- a/mutt-1.5.21-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/mutt.be0 b/mutt.be0 new file mode 100755 index 000000000..0bad43a59 --- /dev/null +++ b/mutt.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mutt-1.10.1-0 + +SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" + +# PATCHURL[0]="" + +# BEE_BUILDTYPE= + +# EXCLUDE="" + + + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +mee_configure() { + bee_configure --with-ssl \ + --enable-external-dotlock \ + --enable-pop \ + --enable-imap \ + --enable-hcache \ + --enable-sidebar +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}