From c6bffb1fd9d099729962d3e74b619e6bf82b0d1f Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Mon, 9 Apr 2007 15:56:39 +0000 Subject: use games_get_libdir Package-Manager: portage-2.1.2.3 --- games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild') diff --git a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild index faa6abf0cf9e..0c11dc49c37c 100644 --- a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild +++ b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.4 2006/05/03 18:07:22 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.5 2007/04/09 15:51:25 nyhm Exp $ inherit eutils games @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/PADwin${PV//.} src_unpack() { - unrar x -idq "${DISTDIR}"/${A} || die + unpack ${A} cd "${S}" sed -i 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' Src/Makefile || die epatch "${FILESDIR}/${P}"-gcc41.patch @@ -33,7 +33,7 @@ src_compile() { src_install() { dodoc ReadMe.txt - exeinto "${GAMES_LIBDIR}"/ps2emu/plugins + exeinto "$(games_get_libdir)"/ps2emu/plugins newexe Src/libPADwin.so libPADxwin-${PV}.so || die prepgamesdirs } -- cgit v1.2.3-65-gdbad