void-packages/srcpkgs/xf86-video-ati/template

28 lines
761 B
Bash

# Template file for 'xf86-video-ati'
pkgname=xf86-video-ati
version=22.0.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="xorgproto eudev-libudev-devel libpciaccess-devel
libdrm-devel pixman-devel MesaLib-devel xorg-server-devel"
depends="virtual?xserver-abi-video-25_1 mesa-dri"
short_desc="Xorg ATI Radeon video driver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wiki.freedesktop.org/xorg"
distfiles="${XORG_SITE}/driver/xf86-video-ati-${version}.tar.gz"
checksum=75f2d4ed4d1041ae9eb2a11816b919e18aee9a25db1556b3d938fff31d3c86f3
lib32disabled=yes
CFLAGS="-fcommon"
LDFLAGS="-Wl,-z,lazy"
case "$XBPS_TARGET_MACHINE" in
armv6*) broken="no dri.h";;
esac
post_install() {
vlicense COPYING
}