summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2011-05-31 19:39:53 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:31:20 -0400
commit7c8584c2b88747b48835b09fef7cabe1c02c89af (patch)
treec6f03570609dc4a34121b6826b902d9674db3ef7 /development
parentba5b4f11e3b3a8c32eff52d1a7911d578ffadd96 (diff)
downloadslackbuilds-7c8584c2b88747b48835b09fef7cabe1c02c89af.tar.gz
slackbuilds-7c8584c2b88747b48835b09fef7cabe1c02c89af.tar.xz
development/orc: Updated for version 0.4.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/orc/README13
-rw-r--r--development/orc/orc.SlackBuild6
-rw-r--r--development/orc/orc.info8
-rw-r--r--development/orc/slack-desc2
4 files changed, 17 insertions, 12 deletions
diff --git a/development/orc/README b/development/orc/README
index a5b98298f3..ddd21edfed 100644
--- a/development/orc/README
+++ b/development/orc/README
@@ -1,5 +1,8 @@
-Orc (The Oil Runtime Compiler) is a library and set of tools for
-compiling and executing very simple programs that operate on arrays
-of data. The language is a generic assembly language that represents
-many of the features available in SIMD architectures, including
-saturated addition and subtraction, and many arithmetic operations.
+orc (The Oil Runtime Compiler)
+
+Orc is a library and set of tools for compiling and executing very
+simple programs that operate on arrays of data. The language is
+a generic assembly language that represents many of the features
+available in SIMD architectures, including saturated addition and
+subtraction, and many arithmetic operations.
+
diff --git a/development/orc/orc.SlackBuild b/development/orc/orc.SlackBuild
index 9f6292ef66..466c94fbdd 100644
--- a/development/orc/orc.SlackBuild
+++ b/development/orc/orc.SlackBuild
@@ -5,7 +5,7 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=orc
-VERSION=${VERSION:-0.4.13}
+VERSION=${VERSION:-0.4.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,7 +70,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ COPYING README TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/orc/orc.info b/development/orc/orc.info
index b45cb713cd..110084b7fc 100644
--- a/development/orc/orc.info
+++ b/development/orc/orc.info
@@ -1,10 +1,10 @@
PRGNAM="orc"
-VERSION="0.4.13"
+VERSION="0.4.14"
HOMEPAGE="http://code.entropywave.com/projects/orc/"
-DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.13.tar.gz"
-MD5SUM="f6d0aed003f67c91933c22d9e5f1696a"
+DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.14.tar.gz"
+MD5SUM="6b3ff209e9763ebe40e152538884bd71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"
diff --git a/development/orc/slack-desc b/development/orc/slack-desc
index d814b07675..52e36379b3 100644
--- a/development/orc/slack-desc
+++ b/development/orc/slack-desc
@@ -9,7 +9,7 @@
orc: orc (The Oil Runtime Compiler)
orc:
orc: Orc is a library and set of tools for compiling and executing very
-orc: simple programs that operate on arrays of data. The language is
+orc: simple programs that operate on arrays of data. The language is
orc: a generic assembly language that represents many of the features
orc: available in SIMD architectures, including saturated addition and
orc: subtraction, and many arithmetic operations.