summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 06:48:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 06:48:42 +0000
commit7c96962b548c4819934bfb398219168694586eba (patch)
treed60e0519ccbe3dd69600eef671fcb46b552221b4 /media-video/binkplayer/binkplayer-1.6c.ebuild
parentIUSE (Manifest recommit) (diff)
downloadgentoo-2-7c96962b548c4819934bfb398219168694586eba.tar.gz
gentoo-2-7c96962b548c4819934bfb398219168694586eba.tar.bz2
gentoo-2-7c96962b548c4819934bfb398219168694586eba.zip
version bump
Diffstat (limited to 'media-video/binkplayer/binkplayer-1.6c.ebuild')
-rw-r--r--media-video/binkplayer/binkplayer-1.6c.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-video/binkplayer/binkplayer-1.6c.ebuild b/media-video/binkplayer/binkplayer-1.6c.ebuild
new file mode 100644
index 000000000000..8dc86c89ede2
--- /dev/null
+++ b/media-video/binkplayer/binkplayer-1.6c.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.6c.ebuild,v 1.1 2004/03/28 06:48:42 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"
+
+DEPEND="app-arch/unzip"
+RDEPEND="virtual/glibc
+ media-libs/libsdl
+ media-libs/sdl-mixer"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+src_install() {
+ into /opt
+ dobin BinkPlayer || die "dobin failed"
+}