updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / cuda3 / PKGBUILD
blobf86ecc4cb669f384daf8ae7bb76bbf126f0375b8
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 cuda3" as root.
11 pkgname=cuda3
12 pkgver=3.2.16
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=('cuda3-toolkit>=3.2.16-1' 'cuda3-sdk>=3.2.16-1')
19 provides=("cuda=$pkgver")
20 conflicts=('cuda')
22 build() {
23   echo "cuda3 is a meta-package which provides the Cuda toolkit and SDK C and OpenCL samples"