diff --git a/libs/libfilezilla/DEPENDS b/libs/libfilezilla/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/libs/libfilezilla/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/libs/libfilezilla/DETAILS b/libs/libfilezilla/DETAILS
new file mode 100755
index 0000000..c024f9d
--- /dev/null
+++ b/libs/libfilezilla/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libfilezilla
+ VERSION=0.9.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.filezilla-project.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://lib.filezilla-project.org/"
+ LICENSE[0]=GPL
+ ENTERED=20170218
+ SHORT="a small and modern C++ library for building
platform-independent programs"
+cat << EOF
+libfilezilla is a small and modern C++ library, offering some basic
+functionality to build high-performing, platform-independent programs. Some
+of the highlights include:
+
+* A typesafe, multi-threaded event system that's very simple to use yet
+ extremely efficient
+* Timers for periodic events * A datetime class that not only tracks
timestamp
+but also their accuracy,
+ which simplifies dealing with timestamps originating from different sources
+* Simple process handling for spawning child processes with redirected I/O
+EOF
diff --git a/libs/libfilezilla/HISTORY b/libs/libfilezilla/HISTORY
new file mode 100644
index 0000000..6432e0e
--- /dev/null
+++ b/libs/libfilezilla/HISTORY
@@ -0,0 +1,3 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
[SM-Commit] GIT changes to master grimoire by Florian Franzmann (1a4a3284b3aa25198877cf7c898dc52eddf4f9fb),
Florian Franzmann, 02/18/2017