diff options
Diffstat (limited to 'net-mail/gotmail/gotmail-0.7.10.ebuild')
-rw-r--r-- | net-mail/gotmail/gotmail-0.7.10.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-mail/gotmail/gotmail-0.7.10.ebuild b/net-mail/gotmail/gotmail-0.7.10.ebuild new file mode 100644 index 000000000000..cc13afc4df35 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.7.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.7.10.ebuild,v 1.1 2003/06/22 03:34:42 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Utility to download mail from a HotMail account" +SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${PN}_${PV}.tar.gz" +HOMEPAGE="http://www.nongnu.org/gotmail/" + +RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet" +DEPEND=${RDEPEND} + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_compile() { :; } + +src_install () { + dobin gotmail + dodoc COPYING ChangeLog README sample.gotmailrc + doman gotmail.1 +} |