diff options
Diffstat (limited to 'media-video/binkplayer/binkplayer-1.9g.ebuild')
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9g.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-video/binkplayer/binkplayer-1.9g.ebuild b/media-video/binkplayer/binkplayer-1.9g.ebuild deleted file mode 100644 index dc3717d18e7c..000000000000 --- a/media-video/binkplayer/binkplayer-1.9g.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.3 2009/11/02 20:28:30 maekke 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="amd64? ( - app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-compat - ) - x86? ( - media-libs/libsdl - media-libs/sdl-mixer - ~virtual/libstdc++-3.3 - )" - -S=${WORKDIR} - -src_install() { - into /opt - dobin BinkPlayer || die "dobin failed" -} |