# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.5.0.ebuild,v 1.3 2005/06/27 08:15:55 dholm Exp $ # for alphas,.. MY_PV="${PV/_alpha/a}" MY_PN="Solipsis" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Solipsis is a pure peer-to-peer system for a massively shared virtual world. There is no server at all: it only relies on end-users' machines. Built on twisted. " HOMEPAGE="http://solipsis.netofpeers.net/" SRC_URI="http://download.berlios.de/solipsis/Solipsis_0_9.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="doc" DEPEND=">=x11-libs/wxGTK-2.6.0 \ >=dev-python/wxpython-2.6.0 \ >=dev-python/twisted-2.0.0 \ >=dev-python/twisted-web-0.5.0 \ >=dev-python/imaging-1.1.5" #S=${WORKDIR}/${MY_P}-source S=${WORKDIR}/solipsis-${MY_PV}-source src_install() { dodir /opt/${P} # mv /var/tmp/portage/solipsis-0.9/work/solipsis-0.9-source ${S} cp -dpR ${S}/{state,solipsis,resources,po,log,img,conf,avatars} ${D}/opt/${P} cp -dp ${S}/* ${D}/opt/${P} chmod 0755 ${D}/opt/${P} -R if use doc; then dodir /usr/share/doc/${P} cp -r ${S}/docs ${D}/usr/share/doc/${P}/ fi }