summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-22 10:17:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-22 10:17:31 +0000
commit23cb1e0706ee23478df1bc2a55416ff08f92650a (patch)
treed35d93477b4575607bce3b083f2708b0d6ddff12 /app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild
parentinitial ebuild #41977 (diff)
downloadhistorical-23cb1e0706ee23478df1bc2a55416ff08f92650a.tar.gz
historical-23cb1e0706ee23478df1bc2a55416ff08f92650a.tar.bz2
historical-23cb1e0706ee23478df1bc2a55416ff08f92650a.zip
initial ebuild #41929
Diffstat (limited to 'app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild')
-rw-r--r--app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild25
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}
+}