Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add mutt-dev (2014.04.16 nightly snapshot).
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed May 4, 2014
1 parent 5e221db commit 4853746
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mutt-dev/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh

export CFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"

./configure --prefix=$PREFIX \
--with-ssl=$PREFIX \
--enable-hcache \
--enable-imap \
--enable-smtp \
--with-homespool=.mailbox
make
make install

30 changes: 30 additions & 0 deletions mutt-dev/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
package:
name: mutt-dev
version: 2014.04.16

source:
fn: mutt-20140416.tar.gz
url: http://dev.mutt.org/nightlies/mutt-20140416.tar.gz

build:
number: 0

requirements:
build:
- autoconf
- openssl
- gdbm
run:
- autoconf
- openssl
- gdbm

test:
commands:
- mutt --help

about:
home: http://www.mutt.org/
license: GPL

# vim:set ts=8 sw=2 sts=2 tw=78 et:

0 comments on commit 4853746

Please sign in to comment.