mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/nvidia-kernel: Updated for version 177.82
This commit is contained in:
parent
9fef33508c
commit
07c8d6d2f5
3 changed files with 16 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nvidia-kernel
|
||||
|
||||
# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at>
|
||||
# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
KERNELVERSION=${KERNELVERSION:-$(uname -r)}
|
||||
KERNELPATH=${KERNELPATH:-/lib/modules/${KERNELVERSION}/build}
|
||||
|
||||
VERSION=169.09
|
||||
VERSION=177.82
|
||||
NAME=NVIDIA-Linux-x86-$VERSION-pkg1
|
||||
PKG_NAME=nvidia-kernel
|
||||
PKG_VERS=${VERSION}_$(echo $KERNELVERSION | tr - _)
|
||||
|
@ -38,7 +38,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=${PKG:-$TMP/package-$NAME}
|
||||
PKG=${PKG:-$TMP/package-$PKG_NAME}
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="169.09"
|
||||
VERSION="177.82"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="http://us.download.nvidia.com/XFree86/Linux-x86/169.09/NVIDIA-Linux-x86-169.09-pkg1.run"
|
||||
MD5SUM="26a7f94908bbe07a1110fd78cfa81320"
|
||||
DOWNLOAD="http://us.download.nvidia.com/XFree86/Linux-x86/177.82/NVIDIA-Linux-x86-177.82-pkg1.run"
|
||||
MD5SUM="8e46c4af035bf29064140fa6255f3cf3"
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="HMWiesinger@gmx.at"
|
||||
APPROVED="rworkman"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
|-----handy-ruler----------------------------------------------|
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------|
|
||||
nvidia-kernel: nvidia-kernel (Kernel Interface for the nvidia driver)
|
||||
nvidia-kernel:
|
||||
nvidia-kernel: This is the kernel module needed by the binary nvidia-driver.
|
||||
|
|
Loading…
Reference in a new issue