xorg/xorg-xf86-video-intel/Pkgfile

23 lines
595 B
Plaintext
Raw Normal View History

# Description: Intel graphics video driver
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server xorg-xcb-util xorg-libxscrnsaver
2006-04-07 18:48:00 +02:00
name=xorg-xf86-video-intel
version=20160823
release=1
source=(http://crux.nu/files/distfiles/xf86-video-intel-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd xf86-video-intel-$version
2006-04-07 18:48:00 +02:00
./configure --prefix=/usr \
--libexecdir=/usr/lib/xf86-video-intel \
--enable-tools
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
find $PKG/usr/share/* -maxdepth 0 -type d \! -name "man" -exec rm -r '{}' \;
2006-04-07 18:48:00 +02:00
}