aboutsummaryrefslogtreecommitdiff
path: root/kernel-ratten/fglrx.build
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-17 14:13:20 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-17 14:13:20 +0000
commit8d80cc1caf7d17767d80ec0f6a726642a5182668 (patch)
treef566678af8687e1eb5b94f1d6f540995199b7ca7 /kernel-ratten/fglrx.build
parentb6320fd9209701c3e284e979d1af98928d3b9070 (diff)
downloadslackbuilds-8d80cc1caf7d17767d80ec0f6a726642a5182668.tar.gz
slackbuilds-8d80cc1caf7d17767d80ec0f6a726642a5182668.tar.bz2
kernel-ratten: now 2.6.15
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@404 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'kernel-ratten/fglrx.build')
-rwxr-xr-xkernel-ratten/fglrx.build65
1 files changed, 0 insertions, 65 deletions
diff --git a/kernel-ratten/fglrx.build b/kernel-ratten/fglrx.build
deleted file mode 100755
index 111feb13..00000000
--- a/kernel-ratten/fglrx.build
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/bin/bash
-#
-# build script for fglrx
-# by rhatto at riseup.net by rhatto | gpl
-# build it with slacktrack, example:
-#
-# ARCH=x86_64 slacktrack -jefkzp "fglrx-module-8.14.13_1-x86_64-1rha.tgz" "./fglrx.build"
-#
-
-# TODO: finnish and test
-
-PACKAGE="fglrx-module"
-VERSION="8.14.13_1"
-
-cd /lib/modules/fglrx/build_mod
-chmod +x make.sh
-
-# Patches aplicados em sequencia: http://www.tux3d.org/fglrx/Patches/Kernel-2.6.12/good-tested/
-patch -p0 < patches/fglrx-2.6-agpgart.patch
-patch -p0 < patches/fglrx-2.6.12-inter_module_get.patch
-patch -p1 < patches/fglrx-2.6.12-new-agpgart.patch
-patch -p0 < patches/fglrx-2.6.12-x86-64.patch
-
-# aply? -> patch -p0 < patches/firegl.patch
-
-# -------------- para kernel 2.6.14 em diante, faça isto --------------
-# modulo verify_area (make e make install jah resolvem)
-# http://www.colino.net/wordpress-1.5/archives/2005/10/29/fglrx-unknown-symbol-verify_area/
-# http://www.geekounet.org/patches/files/verify_area.tar.gz
-#
-# especial atencao para o firegl_public.c, caso role erros do tipo
-# fglrx: Unknown symbol register_ioctl32_conversion
-# voce terah que remover nesse arquivo as chamadas a
-# return register_ioctl32_conversion(cmd, handler) e
-# unregister_ioctl32_conversion(cmd)
-# ---------------------------------------------------------------------
-
-./make.sh
-cd /lib/modules/fglrx
-chmod +x make_install.sh
-./make_install.sh
-
-mkdir /install
-cat << EOF > /install/slack-desc
-# 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 ATI's binary blob)
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-fglrx-module:
-EOF
-