xorg/xorg-xf86-video-ati/Pkgfile

19 lines
439 B
Plaintext

# Description: ATI Radeon video driver for the Xorg X server
# URL: https://www.x.org/wiki/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-ati
version=19.1.0
release=2
source=(https://www.x.org/archive/individual/driver/xf86-video-ati-$version.tar.bz2)
build() {
cd xf86-video-ati-$version
./configure --prefix=/usr
make CFLAGS="$CFLAGS -fcommon"
make DESTDIR=$PKG install
}