development/orc: Updated for version 0.4.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2c35b1a361
commit
e234ed9ae7
|
@ -1,8 +1,5 @@
|
|||
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.
|
||||
|
||||
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.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by M.Dinslage (daedra1980@gmail.com)
|
||||
|
||||
PRGNAM=orc
|
||||
VERSION=${VERSION:-0.4.11}
|
||||
VERSION=${VERSION:-0.4.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,9 +70,7 @@ 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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="orc"
|
||||
VERSION="0.4.11"
|
||||
VERSION="0.4.13"
|
||||
HOMEPAGE="http://code.entropywave.com/projects/orc/"
|
||||
DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.11.tar.gz"
|
||||
MD5SUM="b8b0b148d319422c3ad250c29483b3c4"
|
||||
DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.13.tar.gz"
|
||||
MD5SUM="f6d0aed003f67c91933c22d9e5f1696a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="daedra1980@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue