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
|
2019-03-20 17:34:19 +01:00
|
|
|
version=19.0.1
|
2015-12-03 18:08:18 +01:00
|
|
|
release=1
|
2019-04-14 20:34:34 +10:00
|
|
|
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
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|