diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-21 21:04:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-21 21:04:57 +0000 |
commit | 83925086f4c5c2445373ca0cd1d431dd76c91ef4 (patch) | |
tree | c90650979b4e1918f937a7fbc0b73093fc108fda /net-mail/mutt | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-83925086f4c5c2445373ca0cd1d431dd76c91ef4.tar.gz gentoo-2-83925086f4c5c2445373ca0cd1d431dd76c91ef4.tar.bz2 gentoo-2-83925086f4c5c2445373ca0cd1d431dd76c91ef4.zip |
fixed bugs in merge
Diffstat (limited to 'net-mail/mutt')
-rw-r--r-- | net-mail/mutt/mutt-1.2.5-1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mail/mutt/mutt-1.2.5-1.ebuild b/net-mail/mutt/mutt-1.2.5-1.ebuild deleted file mode 100644 index c6b829e428eb..000000000000 --- a/net-mail/mutt/mutt-1.2.5-1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-1.ebuild,v 1.4 2000/08/16 04:38:16 drobbins Exp $ - -P=mutt-1.2.5-1 -A=mutt-1.2.5i.tar.gz -S=${WORKDIR}/mutt-1.2.5 -DESCRIPTION="a small but very powerful text-based mail client" -SRC_URI="ftp://ftp.mutt.org/pub/mutt/${A}" -HOMEPAGE="http://www.mutt.org" - - -src_compile() { - - cd ${S} - ./configure --prefix=/usr --sysconfdir=/etc/mutt --host=${CHOST} \ - --with-slang --with-regex --with-catgets \ - --enable-pop --enable-imap --with-ssl --enable-nfs-fix \ - --with-homespool=Maildir - make - -} - -src_install () { - - cd ${S} - make DESTDIR=${D} install - prepman - dodir /usr/doc/${P} - mv ${D}/usr/doc/mutt/* ${D}/usr/doc/${P} - rm -rf ${D}/usr/doc/mutt - gzip ${D}/usr/doc/${P}/html/* - gzip ${D}/usr/doc/${P}/samples/* - gzip ${D}/usr/doc/${P}/* -} - - - |