]> Pileus Git - ~andy/sunrise/blob - net-mail/newmail/newmail-0.5.ebuild
games-action/openliero: games-action/openliero: SVN snapshot, added information about...
[~andy/sunrise] / net-mail / newmail / newmail-0.5.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Email notifier for terminals"
6 HOMEPAGE="http://www.infodrom.org/projects/newmail/"
7 SRC_URI="http://www.infodrom.org/projects/newmail/download/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install() {
18         dobin newmail
19         doman newmail.1
20         dodoc AUTHORS README
21 }