# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="pouetChess_0.11_src" DESCRIPTION="pouetChess is a 3D and open source chess game" HOMEPAGE="http://pouetchess.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="media-libs/sdl-image" S="${WORKDIR}/pouetChess_0.11" src_compile() { cd "${S}" emake || die "Make failed!" } src_install() { dodir /usr/local/games/pouetChess cp -R ${S}/bin/* ${D}/usr/local/games/pouetChess/ || die "Install failed!" } pkg_postinst() { einfo "pouetChess has been installed to /usr/local/games/pouetChess" einfo "To launch it go to this dir and run ./pouetChess" }