Skip to content

Commit

Permalink
mutt: Update from version 1.5.21 to 1.10.1
Browse files Browse the repository at this point in the history
build like LFS [1]
indirect request Sebastian Mackowiak

[1] http://www.linuxfromscratch.org/blfs/view/svn/basicnet/mutt.html
  • Loading branch information
david committed Sep 20, 2018
1 parent fedd918 commit 887fb09
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions mutt.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION mutt-1.5.21-0
# BEE_VERSION mutt-1.10.1-0

SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz"
SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz"

# PATCHURL[0]=""

@@ -20,9 +20,14 @@ SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz"
# bee_patch ${@}
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --with-ssl \
--enable-external-dotlock \
--enable-pop \
--enable-imap \
--enable-hcache \
--enable-sidebar
}

#mee_build() {
# bee_build

0 comments on commit 887fb09

Please sign in to comment.