[Lunar-commits] <moonbase> mutt-hg: Added the hg repo version of mutt
Terry Chan
tchan at lunar-linux.org
Mon Oct 27 17:05:22 CET 2008
commit 39c1a5ab7d00cdcfc1e15bbb420a63c9b37f4d3a
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Oct 27 11:05:22 2008 -0500
mutt-hg: Added the hg repo version of mutt
---
zbeta/mutt-hg/BUILD | 17 +++++++++++++++++
zbeta/mutt-hg/CONFLICTS | 3 +++
zbeta/mutt-hg/DEPENDS | 8 ++++++++
zbeta/mutt-hg/DETAILS | 15 +++++++++++++++
4 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/zbeta/mutt-hg/BUILD b/zbeta/mutt-hg/BUILD
new file mode 100644
index 0000000..0c77114
--- /dev/null
+++ b/zbeta/mutt-hg/BUILD
@@ -0,0 +1,17 @@
+OPTS=$OPTS" --enable-pop \
+ --enable-imap \
+ --with-mailpath=/var/spool/mail \
+ --with-docdir=/usr/share/doc/$MODULE"
+(
+ echo OPTS:= $OPTS &&
+ autoreconf --install --include=m4 &&
+ ./prepare --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/mutt-hg/CONFLICTS b/zbeta/mutt-hg/CONFLICTS
new file mode 100644
index 0000000..ba063ca
--- /dev/null
+++ b/zbeta/mutt-hg/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts mutt &&
+conflicts mutt-devel &&
+conflicts mutt-cvs
diff --git a/zbeta/mutt-hg/DEPENDS b/zbeta/mutt-hg/DEPENDS
new file mode 100644
index 0000000..a5f275a
--- /dev/null
+++ b/zbeta/mutt-hg/DEPENDS
@@ -0,0 +1,8 @@
+depends ncurses
+depends automake
+optional_depends "openssl" \
+ "--with-ssl" \
+ "" \
+ "to enable ssl support for pop/imap"
+
+optional_depends "ncursesw" "" "" "to enable multibyte character support"
diff --git a/zbeta/mutt-hg/DETAILS b/zbeta/mutt-hg/DETAILS
new file mode 100644
index 0000000..c5d9788
--- /dev/null
+++ b/zbeta/mutt-hg/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=mutt-hg
+ VERSION=1.5.x
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=hg+http://dev.mutt.org/hg/mutt
+ WEB_SITE=http://www.mutt.org
+ ENTERED=20040208
+ UPDATED=`date -u +%Y%m%d`
+ SHORT="text-based MIME Email client."
+cat << EOF
+Mutt is a small but very powerful text-based MIME mail client. It is
+highly configurable, and is well-suited to the mail power user with
+advanced features like key bindings, keyboard macros, mail threading,
+regular expression searches, and a powerful pattern matching language
+for selecting groups of messages.
+EOF
More information about the Lunar-commits
mailing list