xorg-xf86-video-s3: updated to 0.6.2.

This commit is contained in:
Tilman Sauerbeck 2009-07-10 19:16:09 +02:00
parent 7a963ff470
commit 8ac45bbb7b
3 changed files with 6 additions and 3 deletions

View File

@ -5,3 +5,6 @@ drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/s3_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/s3_drv.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/
-rw-r--r-- root/root usr/man/man4/s3.4.gz

View File

@ -1 +1 @@
a5f1f2f93a50e56bd3aeed009c407337 xf86-video-s3-0.6.1.tar.bz2
723f9fc2de66805c1984a37c6d41580e xf86-video-s3-0.6.2.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-server
name=xorg-xf86-video-s3
version=0.6.1
version=0.6.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-$version.tar.bz2)
build() {
cd xf86-video-s3-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install