xf86-video-amdgpu: use ${XORG_SITE}, vlicense

This commit is contained in:
Michael Gehring 2017-07-11 14:11:48 +00:00
parent c9c2d41e95
commit 7337a33ee3
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ short_desc="Xorg AMD Radeon RXXX video driver (amdgpu kernel module)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"
license="MIT"
distfiles="http://xorg.freedesktop.org//releases/individual/driver/${pkgname}-${version}.tar.bz2"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=c1630f228938be949273f72b29ae70822dde064ad79c3ccb14d55f427e3f4e70
LDFLAGS="-Wl,-z,lazy"
post_install() {
vlicense COPYING
}