##### this file is sourced not run
PKGVER=19.0.1
PKGBUILD=1
PKGARCH=x86_64

# source: blfs svn 2018-5-26 updated to latest
TARBALL=xf86-video-amdgpu-$PKGVER.tar.bz2
MD5SUM=f3b33958e99c896084f12cd48f7ba007
SRC_URL=http://xorg.freedesktop.org/releases/individual/driver/$TARBALL
BUNDLE=

SLACKREQ='xorg-server'
SLACKDESC="xf86-video-amdgpu: xf86-video-amdgpu $PKGVER (AMD GPU video driver)
xf86-video-amdgpu: 
xf86-video-amdgpu: AMD GPU is a new driver for modern AMD graphic cards; this will be 
xf86-video-amdgpu: the future used for newer AMD graphics cards. For now, there are some 
xf86-video-amdgpu: overlapped support from this package and xf86-video-ati package - 
xf86-video-amdgpu: some cards are supported by ati, some are by this driver, some are 
xf86-video-amdgpu: supported by both. For those supported by both you will need to 
xf86-video-amdgpu: specify which one you want to use.
xf86-video-amdgpu: 
xf86-video-amdgpu: 
xf86-video-amdgpu: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
 
