mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
xf86-video-amdgpu: use ${XORG_SITE}, vlicense
This commit is contained in:
parent
c9c2d41e95
commit
7337a33ee3
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ short_desc="Xorg AMD Radeon RXXX video driver (amdgpu kernel module)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://xorg.freedesktop.org//releases/individual/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=c1630f228938be949273f72b29ae70822dde064ad79c3ccb14d55f427e3f4e70
|
checksum=c1630f228938be949273f72b29ae70822dde064ad79c3ccb14d55f427e3f4e70
|
||||||
|
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue