# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Grant Goodyear # Maintainer: Grant Goodyear # /space/gentoo/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.6.6.7.ebuild,v 1.2 2002/05/12 18:31:02 g2boojum Exp SLOT=0 LICENSE="GPL-2" PV0=0.7.0 PVP=${PV0}-0 DESCRIPTION="Utility to download mail from a HotMail account" SRC_URI="http://ssl.usu.edu/paul/gotmail/gotmail_${PV0}.tar.gz" HOMEPAGE="http://ssl.usu.edu/paul/gotmail" DEPEND="net-ftp/curl dev-perl/URI" RDEPEND= src_unpack() { unpack gotmail_${PV0}.tar.gz } src_compile() { echo "Nothing to compile" } src_install () { dobin gotmail dodoc COPYING ChangeLog README sample.gotmailrc doman debian/gotmail.1 }