You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/binkplayer/binkplayer-1.99w.ebuild

29 lines
657 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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="mirror://gentoo/${P}.zip"
S="${WORKDIR}"
# distributable per http://www.radgametools.com/binkfaq.htm
LICENSE="freedist"
SLOT="0"
KEYWORDS="-* amd64 x86"
RDEPEND="
media-libs/libsdl[abi_x86_32(-)]
media-libs/openal[abi_x86_32(-)]"
BDEPEND="app-arch/unzip"
QA_PREBUILT="opt/bin/BinkPlayer"
src_install() {
into /opt
dobin BinkPlayer
}