Skip to content

Commit

Permalink
Merge pull request #922 from mariux64/update-mutt-1.5-to-1.10
Browse files Browse the repository at this point in the history
Update mutt 1.5 to 1.10
  • Loading branch information
thomas authored Sep 21, 2018
2 parents e21dd30 + 887fb09 commit 3b6ca78
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
33 changes: 0 additions & 33 deletions mutt-1.5.21-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions mutt.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 3b6ca78

Please sign in to comment.