|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.12 2004/07/01 03:31:27 mr_bones_ Exp $ | # $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.12 2004/07/01 03:31:27 mr_bones_ Exp $ |
| |
inherit eutils |
inherit eutils gnuconfig |
| |
MY_P="${P/sdl-/SDL_}" | MY_P="${P/sdl-/SDL_}" |
DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" | DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" |
|
|
| |
LICENSE="LGPL-2" | LICENSE="LGPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="x86 ppc sparc alpha hppa amd64" |
KEYWORDS="x86 ppc sparc alpha hppa amd64 ppc64" |
IUSE="" | IUSE="" |
| |
DEPEND=">=media-libs/libsdl-1.2.4 | DEPEND=">=media-libs/libsdl-1.2.4 |
|
|
unpack ${A} | unpack ${A} |
cd ${S} | cd ${S} |
epatch "${FILESDIR}/ft2build.patch" | epatch "${FILESDIR}/ft2build.patch" |
|
use ppc64 && gnuconfig_update |
} | } |
| |
src_install() { | src_install() { |