summaryrefslogtreecommitdiff
blob: d95936d05d995a79fba4159969d4c72c74b3e507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyframer/pyframer-0.2.ebuild,v 1.2 2003/02/13 11:37:02 vapier Exp $

IUSE=""
S=${WORKDIR}/${P}
DESCRIPTION="Python interface for framerd"
SRC_URI="http://twistedmatrix.com/users/washort/pyframer/${P}.tar.gz"
HOMEPAGE="http://twistedmatrix.com/users/washort/pyframer/"
LICENSE="LGPL-2.1"
SLOT="0"
RDEPEND="virtual/python
	>=dev-db/framerd-2.4.3"
DEPEND="$RDEPEND"
KEYWORDS="~x86"

inherit distutils

src_install() {
    distutils_src_install
    dodoc README.txt
}