summaryrefslogtreecommitdiff
blob: 02f0e5e81a65c5f3abe346aa7d9f3100d0b5508b (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.14.ebuild,v 1.2 2004/03/22 22:30:11 kloeri Exp $

inherit distutils

MY_P=${P/ch/Ch}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Cheetah is a Python-powered template engine and code generator."
SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz"
HOMEPAGE="http://www.cheetahtemplate.org/"

DEPEND=">=dev-lang/python-2.2"

SLOT="0"
KEYWORDS="x86 sparc alpha"
LICENSE="PSF-2.2"
IUSE=""

src_install() {
	DOCS="README CHANGES PKG-INFO LICENSE TODO"
	distutils_src_install
	dodir /usr/share/doc/${PF}
	cp -R ${S}/examples ${D}/usr/share/doc/${PF}/
}