Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90803
Collapse All | Expand All

(-)ttmkfdir-3.0.9-r2.ebuild.orig (-3 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild,v 1.16 2005/02/08 02:46:34 spyderous Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic toolchain-funcs
5
inherit eutils flag-o-matic toolchain-funcs x11-prefix
6
6
7
DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts"
7
DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts"
8
HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html"
8
HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html"
Lines 33-38 Link Here
33
	# fix pack to work with new freetype include scheme (#44119)
33
	# fix pack to work with new freetype include scheme (#44119)
34
	epatch ${FILESDIR}/${P}-freetype_new_includes.patch
34
	epatch ${FILESDIR}/${P}-freetype_new_includes.patch
35
35
36
	sed -i "s:/usr/X11R6:${X11_PREFIX}:" README ttmkfdir.cpp
36
}
37
}
37
38
38
src_compile() {
39
src_compile() {
Lines 45-51 Link Here
45
}
46
}
46
47
47
src_install() {
48
src_install() {
48
	exeinto /usr/X11R6/bin
49
	exeinto ${X11_PREFIX}/bin
49
	doexe ttmkfdir || die "doexe failed"
50
	doexe ttmkfdir || die "doexe failed"
50
	dodoc README
51
	dodoc README
51
}
52
}

Return to bug 90803