pkgsrc/audio/realplayer/files/realplay.sh
jlam 17119b823b RealPlayer 8 for UNIX
This version seems to now work correctly with audio streams over the
Internet.  This package is imported as audio/realplayer with the intention
of removing the old audio/realplayer7 package, as www.real.com only carries
a single distfile for the latest version, and we are not allowed to mirror
the distfiles.  When a new version of RealPlayer is released for UNIX,
please just update this package.
2000-12-25 09:35:58 +00:00

7 lines
254 B
Bash

#!/bin/sh
#
# $NetBSD: realplay.sh,v 1.1.1.1 2000/12/25 09:35:58 jlam Exp $
#
REALPLAYER_HOME=@REALPLAYER_HOME@ ; export REALPLAYER_HOME
LD_LIBRARY_PATH=${REALPLAYER_HOME}:${LD_LIBRARY_PATH} ; export LD_LIBRARY_PATH
exec ${REALPLAYER_HOME}/realplay "$@"