diff --git a/libs/assimp/BUILD b/libs/assimp/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/assimp/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/assimp/DEPENDS b/libs/assimp/DEPENDS
new file mode 100755
index 0000000..ad14e3d
--- /dev/null
+++ b/libs/assimp/DEPENDS
@@ -0,0 +1,6 @@
+depends -sub CXX gcc &&
+depends cmake &&
+
+optional_depends boost "-DASSIMP_ENABLE_BOOST_WORKAROUND=ON" \
+ "-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF" \
+ "use functionality from boost"
diff --git a/libs/assimp/DETAILS b/libs/assimp/DETAILS
new file mode 100755
index 0000000..e3ec265
--- /dev/null
+++ b/libs/assimp/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=assimp
+ VERSION=3.1.1
+ SOURCE="${SPELL}-${VERSION}.zip"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}-3.1/${SOURCE}
+
SOURCE_HASH=sha512:c466d312c0db53fa31b5d1e9b0f65e547a82fb28b1df0a6a96f0dcd876b636a6883d9d705d325193acc58910272b5f158ba37d824ecad29eccf7cf5731697527
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://assimp.sourceforge.net/index.html"
+ LICENSE[0]=BSD
+ ENTERED=20150510
+ SHORT="a portable Open Source library to import various
well-known 3D model formats"
+cat << EOF
+Open Asset Import Library (short name: Assimp) is a portable Open Source
+library to import various well-known 3D model formats in a uniform manner.
The
+most recent version also knows how to export 3d files and is therefore
+suitable as a general-purpose 3D model converter.
+
+Assimp aims to provide a full asset conversion pipeline for use in game
+engines / realtime rendering systems of any kind, but it is not limited to
+this purpose. In the past, it has been used in a wide range of applications.
+EOF
diff --git a/libs/assimp/HISTORY b/libs/assimp/HISTORY
new file mode 100644
index 0000000..dc34235
--- /dev/null
+++ b/libs/assimp/HISTORY
@@ -0,0 +1,3 @@
+2015-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
[SM-Commit] GIT changes to master grimoire by Florian Franzmann (421ef6c97baad9ab99198d21d39f9c8a259aab74),
Florian Franzmann, 05/13/2015