Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
ab8c885269
4 changed files with 71 additions and 0 deletions
  1. +10
    -0
      package/stf/ati/ati.conf
  2. +55
    -0
      package/stf/ati/ati.desc
  3. +3
    -0
      package/stf/ati/pkgmapper.in
  4. +3
    -0
      package/stf/ati/preconfig.in

+ 10
- 0
package/stf/ati/ati.conf

@ -0,0 +1,10 @@
ati_custmain() {
mkdir -p $root/usr/src/$xpkg
cp -a $archdir/$xsrctar $root/usr/src/$xpkg
chmod +x $root/usr/src/$xpkg/$xsrctar
}
custmain=ati_custmain
autoextract=0

+ 55
- 0
package/stf/ati/ati.desc

@ -0,0 +1,55 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stf/libdca/libdca.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] ATI Proprietary Linux x86 Display Drivers for XFREE86 / X. Org
[T] The ATI Proprietary Linux driver provides hardware acceleration for 3D
[T] graphics and video playback. It also includes support for dual displays
[T] and TV Output.
[T] The ATI Proprietary Linux driver currently supports Radeon 8500 and later
[T] AGP or PCI Express graphics products, as well as FireGL 8700 and later
[T] products.
[U] https://support.ati.com/ics/support/KBAnswer.asp?questionID=3380
[U] http://www.ati.com/products/catalyst/linux.html
[A] ATI Technologies Inc.
[M] Stefan Fiedler <stefan.fiedler@students.jku.at>
[C] base/kernel base/x11
[L] Commercial
[S] Stable
[V] 0000
[P] O -?---5---9 500.000
#if xpkg == ati-x86
[I] ATI Proprietary Linux x86 Display Drivers for XFREE86 / X. Org
[V] 8.23.7
[D] 0 ati-driver-installer-8.23.7-i386.run https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ NODIST
#endif
#if xpkg == ati-x86-64
[I] ATI Proprietary Linux x86_64 Display Drivers for XFREE86 / X. Org
[V] 8.23.7
[D] 0 ati-driver-installer-8.23.7-x86_64.run https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/64bit/ NODIST
#endif

+ 3
- 0
package/stf/ati/pkgmapper.in

@ -0,0 +1,3 @@
case "$pkg" in
ati-x86|ati-x86-64) pkg=ati ;;
esac

+ 3
- 0
package/stf/ati/preconfig.in

@ -0,0 +1,3 @@
pkgfork ati ati-x86
pkgfork ati ati-x86-64
pkgremove ati

Loading…
Cancel
Save