New package: cura-engine-2.7.0

This commit is contained in:
Rui Abreu Ferreira 2017-06-28 16:42:52 +01:00 committed by Michael Aldridge
parent 467e290216
commit 76ed416f26
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,14 @@
diff --git src/main.cpp src/main.cpp
--- src/main.cpp
+++ src/main.cpp
@@ -5,7 +5,9 @@
#include <sys/time.h>
#include <signal.h>
#if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__))
-#include <execinfo.h>
+ #if defined(__GLIBC__)
+ # include <execinfo.h>
+ #endif
#include <sys/resource.h>
#endif
#include <stddef.h>

View File

@ -0,0 +1,16 @@
# Template file for 'cura-engine'
pkgname=cura-engine
version=2.7.0
revision=1
build_style=cmake
wrksrc="CuraEngine-${version}"
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
hostmakedepends="protobuf"
makedepends="libArcus-devel protobuf-devel libgomp-devel"
depends="libArcus libgomp"
short_desc="Engine for processing 3D models into GCode"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="AGPL-3"
homepage="https://github.com/Ultimaker/CuraEngine"
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
checksum=54a32c3ea2ced4249eb08d46daa395bb71e2f5c93105cb992b0cb65b62793747