summaryrefslogtreecommitdiff
blob: c5fe171ed89cc9424a5df1bd1b884d47c60e34ca (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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $

inherit distutils

MY_P=${P/py2play/Py2Play}
IUSE="" 
DESCRIPTION="A Peer To Peer network game engine"
SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz
         http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz
         http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz"

HOMEPAGE="http://oomadness.tuxfamily.org/en/py2play/"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND=">=dev-lang/python-2.2.2"
        
S=${WORKDIR}/${MY_P}

src_install() {
	distutils_src_install
	mv ${D}/usr/bin/startdemo* ${D}/usr/share/doc/${PF}/
}