17 lines
726 B
Text
17 lines
726 B
Text
# Template build file for 'orc'.
|
|
pkgname=orc
|
|
version=0.4.11
|
|
distfiles="http://code.entropywave.com/download/orc/orc-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="The Oild Runtime Compiler"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031
|
|
long_desc="
|
|
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."
|
|
|
|
subpackages="orc-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency run glibc
|