diff options
Diffstat (limited to 'media-video/binkplayer/binkplayer-1.9b.ebuild')
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9b.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-video/binkplayer/binkplayer-1.9b.ebuild b/media-video/binkplayer/binkplayer-1.9b.ebuild new file mode 100644 index 000000000000..564413ed86e5 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.9b.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9b.ebuild,v 1.1 2008/01/26 18:51:17 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="-* ~amd64 ~x86" +IUSE="" +RESTRICT="strip" + +DEPEND="app-arch/unzip" +RDEPEND="media-libs/libsdl + media-libs/sdl-mixer + amd64? ( app-emulation/emul-linux-x86-sdl )" + +S=${WORKDIR} + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} |