updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / cuda / PKGBUILD
blob4e1bbdddd0fedb5f5bffecef1034762bf565aca0
1 # Maintainer: Thomas Jost <schnouki@schnouki.net>
2 # Contributor: Carson Reynolds <carson@k2.t.u-tokyo.ac.jp>
4 # A x86_64 binary version of this package is available from my custom
5 # repository. If you wish to use it, just add the following lines to your
6 # /etc/pacman.conf:
7 #   [schnouki]
8 #   Server = http://repo.schnouki.net/archlinux/$arch
9 # Then run "pacman -Sy cuda" as root.
11 pkgname=cuda
12 pkgver=4.0.17
13 pkgrel=1
14 pkgdesc="NVIDIA Compute Unified Device Architecture"
15 arch=('i686' 'x86_64')
16 url="http://www.nvidia.com/object/cuda_home.html"
17 license=('custom')
18 depends=('cuda-toolkit>=4.0.17-1' 'cuda-sdk>=4.0.17-1')
20 build() {
21   echo "cuda is a meta-package which provides the CUDA toolkit and SDK C and OpenCL samples"