summaryrefslogtreecommitdiff
blob: 907cfdd031df4c5e229a8ed1324efa89482d85e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.2 2005/01/01 14:55:03 eradicator Exp $

DESCRIPTION="Curses-based calendar/journal/diary/todo utility"
HOMEPAGE="http://www.jamiehillman.co.uk/ccal/"
SRC_URI="mirror://gentoo/${P}.py.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="virtual/python"

S=${WORKDIR}

src_install() {
	newbin ${P}.py ${PN} || die "dobin failed"
	dohtml ${FILESDIR}/instructions.htm || die "dohtml failed"
}

pkg_postinst() {
	echo
	einfo "Read /usr/share/doc/${PF}/html/instructions.htm for"
	einfo "information on using ccal."
	echo
}