[Lunar-commits] <moonbase> Subject: NVIDIA-Cg-toolkit: new module

Duncan Gibson engelsman at lunar-linux.org
Thu Aug 27 22:16:45 CEST 2009


commit c9cf7fcb25e7098940ff3c419b040d36a91a3933
Author: Paul Bredbury <brebs at sent.com>
Date:   Thu Aug 27 22:16:45 2009 +0200

    Subject: NVIDIA-Cg-toolkit: new module
    
    Note: no objections from other devs, so committing...
          downloads and installs OK, but untested (no NVIDIA) - engelsman
---
 zbeta/NVIDIA-Cg-toolkit/BUILD     |   11 +++++++++++
 zbeta/NVIDIA-Cg-toolkit/DEPENDS   |    1 +
 zbeta/NVIDIA-Cg-toolkit/DETAILS   |   19 +++++++++++++++++++
 zbeta/NVIDIA-Cg-toolkit/PRE_BUILD |    4 ++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/zbeta/NVIDIA-Cg-toolkit/BUILD b/zbeta/NVIDIA-Cg-toolkit/BUILD
new file mode 100644
index 0000000..5da1332
--- /dev/null
+++ b/zbeta/NVIDIA-Cg-toolkit/BUILD
@@ -0,0 +1,11 @@
+(
+
+  prepare_install &&
+
+  cp -a usr/lib/*.so   /usr/lib/     &&
+  cp -a usr/include/*  /usr/include/ &&
+  cp -a usr/share/*    /usr/share/   &&
+  cp -a usr/bin/*      /usr/bin/     &&
+  cp -a usr/local/*    /usr/share/doc/NVIDIA-Cg-toolkit/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/NVIDIA-Cg-toolkit/DEPENDS b/zbeta/NVIDIA-Cg-toolkit/DEPENDS
new file mode 100644
index 0000000..b6c17f4
--- /dev/null
+++ b/zbeta/NVIDIA-Cg-toolkit/DEPENDS
@@ -0,0 +1 @@
+depends libstdc++5
diff --git a/zbeta/NVIDIA-Cg-toolkit/DETAILS b/zbeta/NVIDIA-Cg-toolkit/DETAILS
new file mode 100644
index 0000000..c4f6e04
--- /dev/null
+++ b/zbeta/NVIDIA-Cg-toolkit/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=NVIDIA-Cg-toolkit
+         # Run /usr/bin/cginfo to get version
+         VERSION=2.2.0006
+          SOURCE=Cg-2.2_April2009_x86.tgz
+      SOURCE_URL=http://developer.download.nvidia.com/cg/Cg_2.2
+      SOURCE_VFY=sha1:bff728d0223a517098dfbe8f93ee4d9d4fb4b05f
+        WEB_SITE=http://developer.nvidia.com/object/cg_toolkit.html
+         LICENSE="proprietary"
+         ENTERED=20090823
+         UPDATED=20090823
+           SHORT="NVIDIA's C graphics compiler toolkit"
+
+cat << EOF
+The NVIDIA Cg Toolkit is the best way to take advantage of today's GPUs
+across multiple platforms and APIs. Now supporting OpenGL's
+ARB_vertex_program and ARB_fragment_program extensions, the compiler
+allows developers to create advanced visual effects for today's
+programmable GPUs from NVIDIA and other vendors.
+EOF
diff --git a/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD b/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD
new file mode 100644
index 0000000..d8184db
--- /dev/null
+++ b/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY  &&
+mk_source_dir       $SOURCE_DIRECTORY  &&
+cd                  $SOURCE_DIRECTORY  &&
+unpack              $SOURCE


More information about the Lunar-commits mailing list