#Packager: George Vlahavas pkgname=orc pkgver=0.4.25 pkgrel=1gv source=("http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://code.entropywave.com/projects/orc/ options=('keepla') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }