# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild,v 1.7 2006/12/05 00:54:16 mr_bones_ Exp $ DESCRIPTION="font installer for WineX" HOMEPAGE="http://www.transgaming.com/" SRC_URI="${P}.tgz" LICENSE="Aladdin" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" RESTRICT="fetch" DEPEND="app-emulation/cedega" pkg_nofetch() { einfo "Please download the appropriate WineX archive (${A})" einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" einfo "" einfo "Then put the file in ${DISTDIR}" } src_install() { mv ${WORKDIR}/usr ${D} }