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

25 lines
742 B
Plaintext

# Template build file for 'xf86-video-ati'.
pkgname=xf86-video-ati
version=7.2.0
revision=2
build_style=gnu-configure
configure_args="--enable-glamor"
hostmakedepends="pkg-config"
makedepends="xf86driproto libudev-devel>=183 libpciaccess-devel
libdrm-devel pixman-devel MesaLib-devel>=9.0.2 glamor-egl-devel
xorg-server-devel>=1.14"
short_desc="Xorg ATI Radeon video driver"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org"
license="MIT"
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
checksum=f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4
xf86-video-ati_package() {
replaces="xf86-video-ati>=0"
depends="xserver-abi-video-14_1 mesa-ati-dri"
pkg_install() {
vmove all
}
}