# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="data for the game poker3d" HOMEPAGE="http://www.pok3d.com" MY_P="${PN}_${PV}.orig.tar.gz" SRC_URI="http://pok3d.net/unstable/${MY_P}" SLOT="0" LICENSE="Poker3D" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${MY_P} } src_install () { dodir /usr/share/poker3d/ cp -R "${WORKDIR}/poker3d-data-1.1.36/data" "${D}/usr/share/poker3d/" || die "Install failed!" }