New package: embree-2.5.1

This commit is contained in:
Andrea Brancaleoni 2015-06-23 03:12:04 +02:00
parent c55192f599
commit efc0135469
3 changed files with 26 additions and 0 deletions

View File

@ -2094,3 +2094,4 @@ libtbbmalloc.so.2 tbb-4.3_1
libtbb_debug.so.2 tbb-4.3_1
libtbb.so.2 tbb-4.3_1
libtbbmalloc_debug.so.2 tbb-4.3_1
libembree.so.2 embree-2.5.1_1

1
srcpkgs/embree-devel Symbolic link
View File

@ -0,0 +1 @@
embree/

24
srcpkgs/embree/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'embree'
pkgname=embree
version=2.5.1
revision=1
only_for_archs="x86_64"
build_style=cmake
hostmakedepends="cmake ispc"
makedepends="libfreeglut-devel libXmu-devel tbb-devel MesaLib-devel libpng-devel libopenexr-devel libjpeg-turbo-devel libmagick-devel"
short_desc="High Performance Ray Tracing Kernels"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
homepage="https://embree.github.io/"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=154c898214f666e3406dc30c0edf6375f5b0f4e3b2a4b3b896102c3fec09b466
configure_args="-DTBB_ROOT=/usr -DENABLE_TUTORIALS=OFF"
embree-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}