# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.8c.ebuild,v 1.1 2005/05/25 02:38:03 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="virtual/libc media-libs/libsdl media-libs/sdl-mixer" S=${WORKDIR} src_install() { into /opt dobin BinkPlayer || die "dobin failed" }