multimedia/x264: Fix ARCH detection and download link

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-11-23 21:07:06 +01:00
parent 1db0e601f1
commit 00cae9c874
2 changed files with 9 additions and 9 deletions

View File

@ -10,14 +10,14 @@ VERSION=20101023
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
#if [ -z "$ARCH" ]; then
# case "$( uname -m )" in
# i?86) ARCH=i486 ;;
# arm*) ARCH=arm ;;
# *) ARCH=$( uname -m ) ;;
# esac
#fi
ARCH=i486
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM

View File

@ -1,7 +1,7 @@
PRGNAM="x264"
VERSION="20101023"
HOMEPAGE="http://www.videolan.org/developers/x264.html"
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20101023-2245.tar.bz2"
DOWNLOAD="http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20101023-2245.tar.bz2"
MD5SUM="b18d077ff1b94ee53860649455a0e866"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""