diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:41:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:41:40 +0000 |
commit | 01e31885cc3b96c120d1ca4b858cec067a0b459e (patch) | |
tree | 8bb7c71b4c5e75eaed6b6c49ee66a78d9b981a62 /games-puzzle | |
parent | stable for x86 (diff) | |
download | historical-01e31885cc3b96c120d1ca4b858cec067a0b459e.tar.gz historical-01e31885cc3b96c120d1ca4b858cec067a0b459e.tar.bz2 historical-01e31885cc3b96c120d1ca4b858cec067a0b459e.zip |
touch
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle')
-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" |