21 lines
588 B
Bash
21 lines
588 B
Bash
# Template file for 'xf86-video-r128'
|
|
pkgname=xf86-video-r128
|
|
version=6.12.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorgproto xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-25_1"
|
|
short_desc="Xorg ATI Rage 128 video driver"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wiki.freedesktop.org/xorg"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=801c86882cbd2bbb3084d471dcc5cfee2c1754dcbfb4dc446676d58a6bd9e057
|
|
lib32disabled=yes
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|