diff options
Diffstat (limited to 'games-puzzle/xpired/xpired-1.22.ebuild')
-rw-r--r-- | games-puzzle/xpired/xpired-1.22.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/xpired/xpired-1.22.ebuild b/games-puzzle/xpired/xpired-1.22.ebuild index bb859ffc2f43..037d51d73020 100644 --- a/games-puzzle/xpired/xpired-1.22.ebuild +++ b/games-puzzle/xpired/xpired-1.22.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/xpired-1.22.ebuild,v 1.6 2005/06/10 17:56:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/xpired-1.22.ebuild,v 1.7 2005/10/31 08:41:40 mr_bones_ Exp $ inherit games -S="${WORKDIR}/src" DESCRIPTION="A Sokoban-styled puzzle game with lots more action." HOMEPAGE="http://xpired.sourceforge.net" SRC_URI="mirror://sourceforge/xpired/${P}-linux_source.tar.gz" @@ -19,6 +18,8 @@ DEPEND="virtual/libc media-libs/sdl-image media-libs/sdl-mixer" +S=${WORKDIR}/src + src_compile() { emake PREFIX=/usr/games SHARE_PREFIX=/usr/share/games/xpired || \ die "emake failed" |