# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.6.ebuild,v 1.1 2005/04/09 14:01:56 ticho Exp $ inherit distutils IUSE="" DESCRIPTION="A web comics and Picture of the Day retriever" HOMEPAGE="http://slipgate.za.net/dosage/" SRC_URI="http://slipgate.za.net/dosage/downloads/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=dev-lang/python-2.3" src_unpack() { unpack ${A} cd ${S} } src_compile() { distutils_src_compile } src_install() { distutils_src_install doman doc/mainline.1 dodoc doc/COPYING doc/changelog doc/README } pkg_postinst() { einfo einfo "The command to use dosage is 'mainline.'" einfo }