xorg/xorg-xf86-video-amdgpu/Pkgfile

17 lines
478 B
Plaintext
Raw Normal View History

2015-12-03 18:08:18 +01:00
# Description: Video driver for the AMD GPU families Tonga, Carrizo, Iceland, Fiji and Stoney
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-amdgpu
version=19.1.0
release=2
source=(https://www.x.org/archive/individual/driver/xf86-video-amdgpu-$version.tar.bz2)
2015-12-03 18:08:18 +01:00
build() {
cd xf86-video-amdgpu-$version
./configure --prefix=/usr
make CFLAGS+=" -fcommon"
2015-12-03 18:08:18 +01:00
make DESTDIR=$PKG install
}