# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Kruel Studios Core Classes" HOMEPAGE="http://www.kruel.org/" SRC_URI="http://www.sauceage.org/files/projects/kscc/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=sdl-net-1.2.4" S=${WORKDIR}/kscc src_compile() { cd ${S} emake || die } src_install() { make LOCATION=${D}usr gentoo || die dodoc README CHANGELOG }