system/nvidia-legacy304-kernel: Updated for version 304.125.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2015-02-11 22:05:50 +07:00 committed by Willy Sudiarto Raharjo
parent e7eb39bc54
commit a7b8233afc
3 changed files with 24 additions and 27 deletions

View file

@ -0,0 +1,14 @@
1.0 20-MAR-2011 New Maintainer: Edward W. Koenig <kingbeowulf@gmail.com>
1.1 10-APR-2011 updated to new version, testing 13.37rc4.6692
1.2 27-MAY-2011 new version, allow multilib option, minor edits
1.2.1 20-JUN-2011 minor edits, thanks to Robby and Roberto
1.5 01-JUL-2011 new version, single driver download, add switch to select pure x86_64 or x86_64 with 32-bit compatibility.
1.6 27-AUG-2011 version bump, minor edits
1.7 21-OCT-2011 version bump
1.8 24-MAR-2012 version bump, fix to nvidia-switch thanks to Phill W.
1.9 02-AUG-2012 version bmp, fixes, updates, nvidia-switch for install/uninstall only
3.0 06-JUL-2013 Legacy 304 branch, removed 32-bit compatibility
3.1 22-SEP-2013 version update
3.1a 04-NOV-2013 minor fixes for 14.1 release
3.2 08-FEB-2015 version update, restored 32-bit compatibility

View file

@ -3,7 +3,7 @@
# Slackware build script for nvidia-kernel
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2011-2013 Edward W. Koenig, Vancouver, WA, USA
# Copyright 2011-2015 Edward W. Koenig, Vancouver, WA, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,24 +25,10 @@
# Thanks to Robby Workman for suggestions to improve this script.
#
# ChangeLog
# ------------------------------------------------------------------------------
# 1.0 20-MAR-2011 New Maintainer: Edward W. Koenig <kingbeowulf@gmail.com>
# 1.1 10-APR-2011 updated to new version, testing 13.37rc4.6692
# 1.2 27-MAY-2011 new version, blacklist nouveau, fix ups, tested 13.37-stable
# 1.5 01-JULY-2011 new version, kill SRCSUFFIX nonsense, use blacklist in /extra
# 1.6 30-AUG-2011 version bump, typo clean ups
# 1.7 21-OCT-2011 version bump.
# 1.7 26-DEC-2011 version bump
# 1.8 24-MAR-2012 new version
# 1.9 15-JUL-2012 new version - Short Lived Branch
# 2.0 25-SEP-2012 new version - Long Lived Branch
# 3.0 06-JUL-2013 Legacy 304 branch
# 3.1 22-SEP-2013 version update
# 3.1a 04-NOV-2013 remove missing docs, check for 14.1 release
# See changelog.txt
PRGNAM=nvidia-legacy304-kernel
VERSION=304.108
VERSION=${VERSION:-304.125}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,8 +37,6 @@ KERNELPATH=${KERNELPATH:-/lib/modules/${KERNEL}/build}
PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
COMPAT32=""
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -69,12 +53,11 @@ elif [ "$ARCH" = "i686" ]; then
SRCSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
TARGET="x86_64"
COMPAT32="-no-compat32"
fi
unset ARCH
SRCNAM=NVIDIA-Linux-$TARGET-${VERSION}$COMPAT32
SRCNAM=NVIDIA-Linux-$TARGET-${VERSION}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@ -92,7 +75,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd kernel || exit 1

View file

@ -1,10 +1,10 @@
PRGNAM="nvidia-legacy304-kernel"
VERSION="304.108"
VERSION="304.125"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/304.108/NVIDIA-Linux-x86-304.108.run"
MD5SUM="ef453e32515c2176c67ebd95c770dc0e"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/304.108/NVIDIA-Linux-x86_64-304.108-no-compat32.run"
MD5SUM_x86_64="4e0e54de6735023f44c858a3006b3e18"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/304.125/NVIDIA-Linux-x86-304.125.run"
MD5SUM="bc3b0ac291fa998d5109a6f7e94fb2d4"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/304.125/NVIDIA-Linux-x86_64-304.125.run"
MD5SUM_x86_64="3b91df19fa917a414dacd8e87f993557"
REQUIRES=""
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"