2007-04-20 19:03:35 +02:00
|
|
|
# Description: Intel graphics video driver
|
2021-04-15 17:30:12 +02:00
|
|
|
# URL: https://www.x.org/wiki/
|
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
# Depends on: xorg-libxscrnsaver xorg-server
|
2006-04-07 18:48:00 +02:00
|
|
|
|
2007-09-06 18:33:46 +02:00
|
|
|
name=xorg-xf86-video-intel
|
2023-06-02 10:12:07 +02:00
|
|
|
version=2.99.917-923
|
2015-09-27 12:54:38 +02:00
|
|
|
release=1
|
2020-05-30 13:10:20 +02:00
|
|
|
source=(https://crux.nu/files/distfiles/xf86-video-intel-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
2007-04-20 19:03:35 +02:00
|
|
|
cd xf86-video-intel-$version
|
2006-04-07 18:48:00 +02:00
|
|
|
|
2019-09-01 13:28:30 +02:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/xf86-video-intel \
|
2021-04-15 17:30:12 +02:00
|
|
|
--enable-tools \
|
|
|
|
--with-default-dri=3
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|