#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former Maintainer: Shador #Former Maintainer: Mauricio Tricoli pkgname=compiz-bcop pkgver=0.8.4 pkgrel=1 zenver=64 arch=i686 source=("http://releases.compiz.org/$pkgver/compiz-bcop-$pkgver.tar.bz2") docs=("install" "copying" "authors" "news" "version") url="http://compiz-fusion.org" sourcetemplate="http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname" extradepends="compiz" CFLAGS="-O2 -march=i686 -mtune=i686" CXXFLAGS="-O2 -march=i686 -mtune=i686" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Compiz Option code generator" ) build() { threadcount=$(($(sed -ne '/cpu cores/h;${g;s/[^0-9]*//p}' \ < /proc/cpuinfo)*2)) if [ $threadcount -lt 2 ]; then threadcount=2 elif [ $threadcount -gt 8 ]; then threadcount=8 fi cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make -j $threadcount || return 1 make install DESTDIR=$startdir/pkg }