summaryrefslogtreecommitdiff
blob: 709e4eec6ef8d227aacfd3aa80d6fa6d56e555d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Grant Goodyear <g2boojum@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.6.6.ebuild,v 1.2 2001/10/21 19:00:47 g2boojum Exp $

S=${WORKDIR}/${PN}
DESCRIPTION="Utility to download mail from a HotMail account"
SRC_URI="http://www.hawkins.emu.id.au/${PN}/${PN}_${PV}.tar.gz"
HOMEPAGE="http://www.hawkins.emu.id.au/gotmail/"

DEPEND="net-ftp/curl
	dev-perl/URI"

src_compile() {
	echo "Nothing to compile"
}

src_install () {
	dobin gotmail.pl
	dodoc COPYING ChangeLog README TODO sample.gotmailrc
}