|
|
fi | fi |
| |
| |
SRC_URI="x86? http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz" |
SRC_URI="x86? http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz |
|
${A}" |
| |
LICENSE="realplayer8" | LICENSE="realplayer8" |
SLOT="0" | SLOT="0" |
|
|
| |
DEPEND="virtual/glibc" | DEPEND="virtual/glibc" |
RDEPEND="virtual/x11" | RDEPEND="virtual/x11" |
RESTRICT="nostrip" |
RESTRICT="nostrip fetch" |
| |
BASE="/opt/RealPlayer8" | BASE="/opt/RealPlayer8" |
S=${WORKDIR} | S=${WORKDIR} |
| |
pkg_setup() { |
pkg_nofetch() { |
if [ ! -f ${DISTDIR}/${A} ] ; then |
eerror "Please go to:" |
eerror "Please go to:" |
eerror "http://forms.real.com/real/player/unix/unix.html" |
eerror "http://forms.real.com/real/player/unix/unix.html" |
eerror "And download the appropriate realplayer binary installer" |
eerror "And download the appropriate realplayer binary installer" |
eerror "for this architecture: ${ARCH}" |
eerror "for this architecture: ${ARCH}" |
use x86 && \ |
use x86 && \ |
eerror "Please note, do NOT download the rpm. Just the .bin file" |
eerror "Please note, do NOT download the rpm. Just the .bin file" |
eerror "Named Linux 2.x (libc6 i386)" |
eerror "Named Linux 2.x (libc6 i386)" |
eerror "" |
eerror "" |
eerror "Download ${A} and place it in ${DISTDIR}" |
eerror "Download ${A} and place it in ${DISTDIR}" |
eerror "Then emerge this package again" |
eerror "Then emerge this package again" |
|
|
|
exit 1 |
|
fi |
|
} | } |
| |
src_unpack() { | src_unpack() { |