xorg/xorg-xf86-video-intel/Pkgfile
Fun 9fe4126ab4 remove redundant deps
Btw, xorg doesn't have a .signature !

mesa3d: expat
xorg-iceauth: xorg-libice xorg-xproto
xorg-libdmx: xorg-libx11
xorg-libsm: xorg-xproto xorg-xtrans
xorg-libxaw: xorg-libx11 xorg-libxau xorg-libxext xorg-libxt xorg-xextproto xorg-xproto
xorg-libxfont: xorg-xproto
xorg-libxft: fontconfig freetype xorg-libxrender
xorg-libxinerama: xorg-libx11 xorg-xextproto
xorg-libxkbui: xorg-libx11
xorg-libxmu: xorg-libx11 xorg-xextproto
xorg-libxp: xorg-util-macros
xorg-libxscrnsaver: xorg-libx11 xorg-xextproto
xorg-libxtrap: xorg-libx11 xorg-xextproto
xorg-libxt: xorg-kbproto xorg-xproto
xorg-libxxf86misc: xorg-libx11 xorg-xproto
xorg-setxkbmap: xorg-libx11
xorg-x11perf: xorg-libxext
xorg-xdpyinfo: xorg-libx11 xorg-libxext xorg-libxi
xorg-xdriinfo: xorg-glproto xorg-libx11
xorg-xf86-input-libinput: mtdev xorg-libevdev
xorg-xf86-video-intel: xorg-xcb-util
xorg-xf86-video-nouveau: eudev libdrm
xorg-xgamma: xorg-libx11
xorg-xkbcomp: xorg-libx11
xorg: xorg-server
xorg-xprop: xorg-libx11
xorg-xrdb: xorg-libx11
xorg-xsetroot: xorg-libx11 xorg-libxmu
xorg-xset: xorg-libx11 xorg-libxext
xorg-xvinfo: xorg-libx11
xorg-xwininfo: xorg-libx11 xorg-libxext
2017-11-02 12:08:49 +01:00

23 lines
585 B
Plaintext

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