27 lines
747 B
Bash
27 lines
747 B
Bash
# Template file for 'xf86-video-mach64'
|
|
pkgname=xf86-video-mach64
|
|
version=6.9.6
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config xorg-util-macros"
|
|
makedepends="xorgproto xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-25_1"
|
|
short_desc="Xorg ATI Rage Pro video driver"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wiki.freedesktop.org/xorg"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=7a0707c71bb522430f83bb5e9d9ee697e661e35534a3a2d10834f86b327a3c9c
|
|
lib32disabled=yes
|
|
# fails at XORG_DRIVER_CHECK_EXT even though xorg-util-macros is on host
|
|
nocross=yes
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|