public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ebuild for nmh
@ 2001-07-22 18:38 Damon M. Conway
  2001-07-30 15:43 ` Dan Armak
  0 siblings, 1 reply; 2+ messages in thread
From: Damon M. Conway @ 2001-07-22 18:38 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

Here's an ebuild for nmh-1.0.4, my favorite mail reader.  Right now it does
a pretty basic install, but I'm working on adding user interaction to the
ebuild.  This will allow the user to define smtp servers and other options
at build time.

Damon

--
"UNIX was not designed to stop you from doing stupid things, because that 
 would also stop you from doing clever things."  --Doug Gwyn


[-- Attachment #2: ebuild for nmh-1.0.4 --]
[-- Type: text/plain, Size: 645 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Damon Conway <damon@3jane.net> 

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="New MH mail reader"
SRC_URI="ftp://ftp.mhost.com/pub/nmh/${A}"
HOMEPAGE="http://www.mhost.com/nmh/"

prefix=/usr
mandir=${prefix}/share/man

DEPEND=""

src_compile() {
    try ./configure --prefix=${prefix} --mandir=${mandir} --enable-nmh-pop
    try make
}

src_install () {
    try make prefix=${D}/${prefix} mandir=${D}/${mandir} install

    dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES MAIL.FILTERING Changelog*
}


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] ebuild for nmh
  2001-07-22 18:38 [gentoo-dev] ebuild for nmh Damon M. Conway
@ 2001-07-30 15:43 ` Dan Armak
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Armak @ 2001-07-30 15:43 UTC (permalink / raw
  To: gentoo-dev

On Monday 23 July 2001 03:38, you wrote:
> Here's an ebuild for nmh-1.0.4, my favorite mail reader.  Right now it does
> a pretty basic install, but I'm working on adding user interaction to the
> ebuild.  This will allow the user to define smtp servers and other options
> at build time.
>
> Damon
>
> --
> "UNIX was not designed to stop you from doing stupid things, because that
>  would also stop you from doing clever things."  --Doug Gwyn

----------------------------------------
Content-Type: text/plain; charset="us-ascii"; name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description: ebuild for nmh-1.0.4
----------------------------------------
Put in incoming.
-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-30 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-22 18:38 [gentoo-dev] ebuild for nmh Damon M. Conway
2001-07-30 15:43 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox