blob: c8964edd9fb6efddd4c5b940cd80a6f6ee111fef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2009 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.8 2009/07/07 23:25:39 flameeyes 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() {
elog "Please download the appropriate WineX archive (${A})"
elog "from ${HOMEPAGE} (requires a Transgaming subscription)"
elog ""
elog "Then put the file in ${DISTDIR}"
}
src_install() {
mv ${WORKDIR}/usr ${D}
}
|