# Maintainer: Jake # Original Maintainer: jose # Contributor: Roman Ajsin pkgname=geekbench pkgver=4.1.0 pkgrel=1 pkgdesc="A cross-platform benchmark that measures processor and memory performance" arch=('i686' 'x86_64') url="http://www.primatelabs.ca/geekbench/" depends=('zlib' 'gcc-libs') license=("custom") conflicts=("geekbench227") source=("http://cdn.primatelabs.com/Geekbench-${pkgver}-Linux.tar.gz") md5sums=('c1ed962f3734b9d0414df066874d4074') options=('!strip') package() { install -D -m755 $srcdir/build.pulse/dist/Geekbench-${pkgver}-Linux/${pkgname}_x86_32 $pkgdir/opt/${pkgname}/${pkgname}_x86_32 install -D -m755 $srcdir/build.pulse/dist/Geekbench-${pkgver}-Linux/${pkgname}_x86_64 $pkgdir/opt/${pkgname}/${pkgname}_x86_64 install -D -m755 $srcdir/build.pulse/dist/Geekbench-${pkgver}-Linux/${pkgname}4 $pkgdir/opt/${pkgname}/ install -D -m644 $srcdir/build.pulse/dist/Geekbench-${pkgver}-Linux/geekbench.plar $pkgdir/opt/${pkgname}/geekbench.plar mkdir -p $pkgdir/usr/bin ln -s /opt/${pkgname}/${pkgname}4 $pkgdir/usr/bin/${pkgname} }