diff options
author | 2006-02-26 04:03:49 +0000 | |
---|---|---|
committer | 2006-02-26 04:03:49 +0000 | |
commit | 8146baa3649cc1ff868269c22fc238054ce895a5 (patch) | |
tree | a14358f6ab76d564ac852ebb5376bab369cf9da3 /media-video/binkplayer/binkplayer-1.8h.ebuild | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-8146baa3649cc1ff868269c22fc238054ce895a5.tar.gz gentoo-2-8146baa3649cc1ff868269c22fc238054ce895a5.tar.bz2 gentoo-2-8146baa3649cc1ff868269c22fc238054ce895a5.zip |
version bump - reported by Jean Darcoux via bug #124108
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-video/binkplayer/binkplayer-1.8h.ebuild')
-rw-r--r-- | media-video/binkplayer/binkplayer-1.8h.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-video/binkplayer/binkplayer-1.8h.ebuild b/media-video/binkplayer/binkplayer-1.8h.ebuild new file mode 100644 index 000000000000..ac55d2d90e46 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.8h.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.8h.ebuild,v 1.1 2006/02/26 04:03:49 mr_bones_ Exp $ + +DESCRIPTION="Bink Video! Player" +HOMEPAGE="http://www.radgametools.com/default.htm" +# No version on the archives and upstream has said they are not +# interested in providing versioned archives. +# SRC_URI="http://www.radgametools.com/down/Bink/BinkLinuxPlayer.zip" +SRC_URI="mirror://gentoo/${P}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="media-libs/libsdl + media-libs/sdl-mixer" + +S=${WORKDIR} + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} |