diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 04:52:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 04:52:40 +0000 |
commit | 9cdf4e8f800a93983cce1637affe4125998e6c49 (patch) | |
tree | 9f6b7e4161298d32b0096789025fa9a785381bc3 /games-puzzle/torrent/torrent-0.8.2.ebuild | |
parent | manifest (diff) | |
download | gentoo-2-9cdf4e8f800a93983cce1637affe4125998e6c49.tar.gz gentoo-2-9cdf4e8f800a93983cce1637affe4125998e6c49.tar.bz2 gentoo-2-9cdf4e8f800a93983cce1637affe4125998e6c49.zip |
version bump
Diffstat (limited to 'games-puzzle/torrent/torrent-0.8.2.ebuild')
-rw-r--r-- | games-puzzle/torrent/torrent-0.8.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-puzzle/torrent/torrent-0.8.2.ebuild b/games-puzzle/torrent/torrent-0.8.2.ebuild new file mode 100644 index 000000000000..5723be6adaca --- /dev/null +++ b/games-puzzle/torrent/torrent-0.8.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.1 2004/05/06 04:52:40 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board" +HOMEPAGE="http://www.shiftygames.com/torrent/torrent.html" +SRC_URI="http://www.shiftygames.com/torrent/${P}.tar.gz" + +KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=">=media-libs/libsdl-1.2.4 + >=media-libs/sdl-mixer-1.2 + >=media-libs/sdl-image-1.2 + media-libs/sdl-ttf" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog + prepgamesdirs +} |