ati: updated to 9.3

This commit is contained in:
Jose V Beneyto 2009-04-23 10:38:26 +00:00
parent 8f9f96ba18
commit 44de47ff81
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
3ef8f805be93eede480f56eaa4e3bee1 ati-driver-installer-9.2-x86.x86_64.run
3875441c1e6f9bd7e0c2d006eb0708b3 ati-driver-installer-9-3-x86.x86_64.run
ff77a2be2912534c687b61f5e8888944 atieventsd

View File

@ -5,15 +5,15 @@
# Depends on: mesa3d, gl-select
name=ati
version=9.2
version=9.3
release=1
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run \
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-${version/./-}-x86.x86_64.run \
atieventsd)
build() {
chmod +x ${name}-driver-installer-$version-x86.x86_64.run
./$name-driver-installer-$version-x86.x86_64.run --extract $SRC/tmp
chmod +x ${name}-driver-installer-${version/./-}-x86.x86_64.run
./$name-driver-installer-${version/./-}-x86.x86_64.run --extract $SRC/tmp
# force to build kernel
[ ! -z $KVER ] && sed -e "s|^uname_r=.*|uname_r=$KVER|g" \