diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 10:17:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 10:17:31 +0000 |
commit | b227c6cd8f9a80d927c2ca2f9ed06f2f85530ed7 (patch) | |
tree | 6c4d5d6a60a232a662a44ab1ca221fca57115189 /app-emulation/transgaming-fontinstaller | |
parent | initial ebuild #41977 (diff) | |
download | gentoo-2-b227c6cd8f9a80d927c2ca2f9ed06f2f85530ed7.tar.gz gentoo-2-b227c6cd8f9a80d927c2ca2f9ed06f2f85530ed7.tar.bz2 gentoo-2-b227c6cd8f9a80d927c2ca2f9ed06f2f85530ed7.zip |
initial ebuild #41929
Diffstat (limited to 'app-emulation/transgaming-fontinstaller')
3 files changed, 34 insertions, 0 deletions
diff --git a/app-emulation/transgaming-fontinstaller/ChangeLog b/app-emulation/transgaming-fontinstaller/ChangeLog new file mode 100644 index 000000000000..a3940e77e166 --- /dev/null +++ b/app-emulation/transgaming-fontinstaller/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/transgaming-fontinstaller +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/ChangeLog,v 1.1 2004/02/22 10:17:31 vapier Exp $ + +*transgaming-fontinstaller-1.0 (22 Feb 2004) + + 22 Feb 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #41929. diff --git a/app-emulation/transgaming-fontinstaller/files/digest-transgaming-fontinstaller-1.0 b/app-emulation/transgaming-fontinstaller/files/digest-transgaming-fontinstaller-1.0 new file mode 100644 index 000000000000..a786993634c2 --- /dev/null +++ b/app-emulation/transgaming-fontinstaller/files/digest-transgaming-fontinstaller-1.0 @@ -0,0 +1 @@ +MD5 9be0cf8bdd62658f46c52fdcba4be34e transgaming-fontinstaller-1.0.tgz 26593 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} +} |