updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / xf86-video-ati-6.14.2 / PKGBUILD
blobc6dbd2d4ce114936927caeb1c9cba691a73b6ca5
1 pkgname=xf86-video-ati-6.14.2
2 _realpkgname=xf86-video-ati
3 pkgver=6.14.2
4 pkgrel=1
5 pkgdesc="X.org ati video driver 6.14.2"
6 arch=('i686' 'x86_64')
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')
13 options=('!libtool')
14 license=('custom')
15 source=('LICENSE')
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)
19 build() {
20     cd $srcdir/xf86-video-ati-xf86-video-ati-6.14.2
22     ./autogen.sh
24     ./configure --prefix=/usr \
25                 --enable-dri || return 1
26     make || return 1
27     make DESTDIR=$pkgdir install || return 1