View | Details | Raw Unified
Collapse All | Expand All

(-) pathological-1.1.0.ebuild.old (-4 / +6 lines)
 Lines 2-20    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Header: $
MY_P="${P/-/_}"
DESCRIPTION="Pathological is an enriched clone of the game "Logical" by Rainbow Arts."
DESCRIPTION="Pathological is an enriched clone of the game "Logical" by Rainbow Arts."
HOMEPAGE="http://pathological.sourceforge.net/"
HOMEPAGE="http://pathological.sourceforge.net/"
SRC_URI="mirror://sourceforge/pathological/${P}.tar.gz"
SRC_URI="mirror://sourceforge/pathological/${MY_P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~x86"
KEYWORDS="~x86"
IUSE=""
IUSE=""
DEPEND=">=dev-python/pygame-1.5.5"
DEPEND=">=dev-python/pygame-1.5.5"
src_compile() {
src_compile() {
	econf || die
	emake || die "make failed"
	emake || die
	}
	}
src_install() {
src_install() {
	einstall || die
	make DESTDIR=${D} install || die
	dodoc README TODO
	}
	}