# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/app-games/freecraft-fcmp/freecraft-fcmp-1.17.ebuild,v 1.2 2002/07/17 20:37:33 bass Exp $ A=fcmp-020712.tar.bz2 S=${WORKDIR} DESCRIPTION="This is the Freecraft Media Project. A collection of graphic and sound files to allow you to play freecraft witout a real Warcraft CD." SRC_URI="http://telia.dl.sourceforge.net/sourceforge/freecraft/${A}" HOMEPAGE="http://www.freecraft.org" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" DEPEND="app-games/freecraft" RDEPEND="" src_install () { mkdir ${D}usr mkdir ${D}usr/share mkdir ${D}usr/share/freecraft chmod 755 ${D}usr/share/freecraft mkdir ${D}usr/share/freecraft/data cp -R ${S}/data ${D}usr/share/freecraft }