diff options
Diffstat (limited to 'testing/xf86-video-nouveau/PKGBUILD')
-rw-r--r-- | testing/xf86-video-nouveau/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/xf86-video-nouveau/PKGBUILD b/testing/xf86-video-nouveau/PKGBUILD deleted file mode 100644 index 30f70d501..000000000 --- a/testing/xf86-video-nouveau/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 169614 2012-10-24 13:01:41Z ibiru $ -# Maintainer: Andreas Radke <andyrtr@archlinux.org> -# Contributor: buddabrod <buddabrod@gmail.com> - -pkgname=xf86-video-nouveau -pkgver=1.0.3 -pkgrel=1 -pkgdesc="Open Source 2D acceleration driver for nVidia cards" -arch=('i686' 'x86_64') -url="http://nouveau.freedesktop.org/" -license=('GPL') -depends=('libdrm' 'udev' 'nouveau-dri') -makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14') -options=('!libtool') -install=$pkgname.install -source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2) -sha256sums=('a2ae34046324e1ec620f5a8dee3c8fe5a295acbb5d51825604c8ad28fb75a559') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} |