diff options
Diffstat (limited to 'app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild')
-rw-r--r-- | app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild b/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild new file mode 100644 index 000000000000..8f5905057404 --- /dev/null +++ b/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/22 10:17:31 vapier Exp $ + +DESCRIPTION="font installer for WineX" +HOMEPAGE="http://www.transgaming.com/" +SRC_URI="${P}.tgz" + +LICENSE="Aladdin" +SLOT="0" +KEYWORDS="x86" +RESTRICT="fetch" + +DEPEND="app-emulation/winex-transgaming" + +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} +} |