1 pkgname=xf86-video-ati-6.14.2
2 _realpkgname=xf86-video-ati
5 pkgdesc="X.org ati video driver 6.14.2"
7 url="http://xorg.freedesktop.org/"
8 provides=('xf86-video-ati=6.14.2')
9 depends=('libdrm>=2.4.6' 'libpciaccess' 'ati-dri>=7.4')
10 makedepends=('pkgconfig' 'xorg-server>=1.6.0' 'fontsproto'
11 'glproto>=1.4.9' 'xf86driproto' 'diffutils' 'xorg-util-macros' 'xineramaproto' 'mesa')
12 conflicts=('xorg-server<1.6.0' 'xf86-video-ati=6.14.2')
16 md5sums=('aa0d682804e197e94812a04663230b52')
17 source=(http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/xf86-video-ati-xf86-video-ati-6.14.2.tar.bz2)
20 cd $srcdir/xf86-video-ati-xf86-video-ati-6.14.2
24 ./configure --prefix=/usr \
25 --enable-dri || return 1
27 make DESTDIR=$pkgdir install || return 1