diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:00 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:00 +0200 |
commit | 61f203657a9c4ae1c3d3c0a833cccf74982961d1 (patch) | |
tree | 11817e4362768359bfe8f06a336bdd0ff798a86b | |
parent | 7de53caa6fb8583b33f72d84eec50083a1cd740a (diff) | |
download | slackbuilds-61f203657a9c4ae1c3d3c0a833cccf74982961d1.tar.gz |
system/fglrx-module: Removed from 12.2 repository
-rw-r--r-- | system/fglrx-module/README | 16 | ||||
-rw-r--r-- | system/fglrx-module/doinst.sh | 1 | ||||
-rw-r--r-- | system/fglrx-module/fglrx-module.SlackBuild | 73 | ||||
-rw-r--r-- | system/fglrx-module/fglrx-module.info | 8 | ||||
-rw-r--r-- | system/fglrx-module/slack-desc | 19 |
5 files changed, 0 insertions, 117 deletions
diff --git a/system/fglrx-module/README b/system/fglrx-module/README deleted file mode 100644 index 38a8e0efce..0000000000 --- a/system/fglrx-module/README +++ /dev/null @@ -1,16 +0,0 @@ -fglrx-module (The module of kernel for the ATI proprietary driver) - -This package includes only the kernel module required by the -ATI proprietary driver. - -You need also the package for X server (fglrx-driver) to complete -the installation. You can find a SlackBuild for it at SlackBuilds.org. - -Add the following to /etc/rc.d/rc.modules or an equivalent file: - # Load fglrx modules - modprobe fglrx - -You must rebuild this package each time you update your kernel - -Also, if you upgrade this package(and fglrx-driver) remember to unload -the fglrx module(# modprobe -r fglrx) and load it again(# modprobe fglrx). diff --git a/system/fglrx-module/doinst.sh b/system/fglrx-module/doinst.sh deleted file mode 100644 index f660316712..0000000000 --- a/system/fglrx-module/doinst.sh +++ /dev/null @@ -1 +0,0 @@ -chroot . /sbin/depmod -a diff --git a/system/fglrx-module/fglrx-module.SlackBuild b/system/fglrx-module/fglrx-module.SlackBuild deleted file mode 100644 index 664ac408ff..0000000000 --- a/system/fglrx-module/fglrx-module.SlackBuild +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh - -# Slackware build script for fglrx-module - -# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com> -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# 1.- Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY -# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# This script is just a binary repackaging. - -PRGNAM=fglrx-module -VERSION=8.512 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -# This doesn't seem to be tunable, but patches are welcome -KERNEL=${KERNEL:-$(uname -r)} - -# Leave this one alone -PKG_VERSION=${VERSION}_$(echo $KERNEL | tr - _) - -SRCNAM=ati-driver-installer-8-7-x86.x86_64.run -ATI_PKG=fglrx-module-$VERSION-x86-1_kernel_$(echo $KERNEL | tr - _).tgz - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $PKG -sh $CWD/$SRCNAM --buildpkg Slackware/Only_Module || exit 1 -explodepkg $PKG/$ATI_PKG -rm $PKG/$ATI_PKG -chown -R root:root . - -# Move the module into a corect place -mkdir -p $PKG/lib/modules/$KERNEL/kernel/drivers/video -mv $PKG/lib/modules/$KERNEL/external/fglrx.ko.gz \ - $PKG/lib/modules/$KERNEL/kernel/drivers/video/fglrx.ko.gz -rmdir $PKG/lib/modules/$KERNEL/external - -# Uncompress the module -gzip -d $PKG/lib/modules/$KERNEL/kernel/drivers/video/fglrx.ko.gz - -mkdir -p $PKG/usr/doc/$PRGNAM-$PKG_VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$PKG_VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$PKG_VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/fglrx-module/fglrx-module.info b/system/fglrx-module/fglrx-module.info deleted file mode 100644 index a8a689b739..0000000000 --- a/system/fglrx-module/fglrx-module.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="fglrx-module" -VERSION="8.512" -HOMEPAGE="http://ati.amd.com/support/drivers/linux/linux-radeon.html" -DOWNLOAD="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8-7-x86.x86_64.run" -MD5SUM="2d0788eaba71abcce6105ee659406721" -MAINTAINER="Antonio Hernández Blas" -EMAIL="hba.nihilismus@gmail.com" -APPROVED="David Somero"
\ No newline at end of file diff --git a/system/fglrx-module/slack-desc b/system/fglrx-module/slack-desc deleted file mode 100644 index 9f410af908..0000000000 --- a/system/fglrx-module/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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------------------------------------------------| -fglrx-module: fglrx-module (kernel module for the ATI proprietary driver) -fglrx-module: -fglrx-module: This package include only the kernel module required by the -fglrx-module: ATI proprietary driver. You also need the fglrx-driver package -fglrx-module: to complete the installation. -fglrx-module: -fglrx-module: Homepage: http://ati.amd.com -fglrx-module: -fglrx-module: -fglrx-module: -fglrx-module: |