2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg driver xf86-video-sis
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 09:02:59 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2009-01-17 18:55:39 +01:00
|
|
|
# Depends on: xorg-server
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xf86-video-sis
|
2017-01-18 20:04:09 +01:00
|
|
|
version=0.10.9
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xf86-video-sis-$version
|
|
|
|
|
2018-01-31 20:33:05 +11:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|