#Maintainer: R S Ananda Murthy pkgname=tbb pkgver=4.0.20111130 pkgrel=1 zenver=72 arch=i486 source=("http://threadingbuildingblocks.org/uploads/77/180/4.0%20update%202/tbb40_20111130oss_src.tgz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("changes" "readme" "copying" "changelog") url=http://www.threadingbuildingblocks.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "IntelĀ® Threading Building Blocks (TBB) offers a rich and" "complete approach to expressing parallelism in a C++ program." "It is a library that helps you take advantage of multi-core processor" "performance without having to be a threading expert." "Threading Building Blocks is not just a threads-replacement library." "It represents a higher-level, task-based parallelism that abstracts" "platform details and threading mechanisms for scalability" "and performance." ) build() { cd $startdir/src/tbb40_20111130oss make || return 1 install -d $startdir/pkg/usr/lib install -m755 build/linux_*/*.so* $startdir/pkg/usr/lib install -d $startdir/pkg/usr/include cp -pr include/tbb $startdir/pkg/usr/include install -d $startdir/pkg/usr/doc/$pkgname-$pkgver mv $startdir/src/tbb40_20111130oss/doc/html $startdir/pkg/usr/doc/$pkgname-$pkgver }