### this file is sourced not run
PKGVER=0.4.17
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=orc-0.4.17.tar.gz
MD5SUM=af1bf3dab9e69f3c36f389285e2a12a1
SRC_URL=http://gstreamer.freedesktop.org/src/orc/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC='liborc: liborc 0.4.17 (ORC - Optimized Inner Loops (Oil) Runtime Compiler)  
liborc:  
liborc: Orc is a just-in-time compiler implemented as a library and set of 
liborc: associated tools for compiling and executing simple programs that 
liborc: operate on arrays of data. Orc is unlike other general-purpose JIT 
liborc: engines: the Orc bytecode and language is designed so that it can be 
liborc: readily converted into SIMD instructions.  
liborc: 
liborc: 
liborc: 
liborc: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	# multilib
	mv /usr/bin/orcc{,-64} &&
	ln -s multiarch_wrapper /usr/bin/orcc

}



