nvidia: create new subpkg with the OpenCL implementation.
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
# Template file for 'nvidia'
|
||||
pkgname=nvidia
|
||||
version=310.19
|
||||
revision=1
|
||||
short_desc="NVIDIA drivers for linux"
|
||||
revision=2
|
||||
short_desc="NVIDIA drivers for linux -- libraries and utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
long_desc="
|
||||
This package contains the non free NVIDIA Binary drivers for the Linux kernel."
|
||||
This package contains the non free NVIDIA libraries and utilities for
|
||||
the propietary NVIDIA driver for the Linux kernel."
|
||||
|
||||
create_wrksrc=yes
|
||||
noextract=yes
|
||||
nostrip=yes
|
||||
nonfree=yes
|
||||
subpackages="nvidia-dkms"
|
||||
subpackages="nvidia-dkms nvidia-opencl"
|
||||
depends="nvidia-dkms-${version}_${revision}"
|
||||
|
||||
if [ "${XBPS_MACHINE}" = "i686" ]; then
|
||||
|
||||
Reference in New Issue
Block a user