[Lunar-commits] <moonbase> yafaray: This has always been spelled wrong, or they renamed it. Adjusting.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 16 15:27:50 CET 2009
commit 8dd51199e4924ef9e53222b7632ccbc4618f1826
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Nov 16 09:27:50 2009 -0500
yafaray: This has always been spelled wrong, or they renamed it. Adjusting.
---
graphics/yafaray/BUILD | 12 ++++++++++++
graphics/yafaray/DEPENDS | 3 +++
graphics/yafaray/DETAILS | 14 ++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/graphics/yafaray/BUILD b/graphics/yafaray/BUILD
new file mode 100644
index 0000000..a7c9223
--- /dev/null
+++ b/graphics/yafaray/BUILD
@@ -0,0 +1,12 @@
+(
+
+ sedit "s:/usr/local:/usr:" SConstruct &&
+ sedit "s:/usr/local:/usr:" config/linux2-config.py &&
+
+ scons arch=$CPU &&
+
+ prepare_install &&
+
+ scons arch=$CPU install
+
+) > $C_FIFO 2>&1
diff --git a/graphics/yafaray/DEPENDS b/graphics/yafaray/DEPENDS
new file mode 100644
index 0000000..578be3e
--- /dev/null
+++ b/graphics/yafaray/DEPENDS
@@ -0,0 +1,3 @@
+depends scons &&
+depends jpeg &&
+depends zlib
diff --git a/graphics/yafaray/DETAILS b/graphics/yafaray/DETAILS
new file mode 100644
index 0000000..d0cd73a
--- /dev/null
+++ b/graphics/yafaray/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=yafaray
+ VERSION=0.1.1
+ SOURCE=YafaRay.$VERSION.zip
+ SOURCE_URL=http://static.yafaray.org/sources
+ SOURCE_VFY=sha1:430deeb5462ebef27fb433ad5d8ca868d8f291c2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/yafaray
+ WEB_SITE=http://www.yafaray.org/
+ ENTERED=20031229
+ UPDATED=20091116
+ SHORT="Yet Another Free RAYtracer program"
+
+cat << EOF
+Yet Another Free RAYtracer program!
+EOF
More information about the Lunar-commits
mailing list