diff --git a/hardware/printer/foomatic-db-nonfree/actions.py b/hardware/printer/foomatic-db-nonfree/actions.py
new file mode 100755
index 0000000000..2ea7b2e627
--- /dev/null
+++ b/hardware/printer/foomatic-db-nonfree/actions.py
@@ -0,0 +1,27 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import perlmodules
+
+def setup():
+ # The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z], it borks
+ shelltools.export("LC_ALL", "C")
+ shelltools.export("LANG", "C")
+
+ autotools.autoconf()
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("ChangeLog", "COPYING", "README", "USAGE")
\ No newline at end of file
diff --git a/hardware/printer/foomatic-db-nonfree/pspec.xml b/hardware/printer/foomatic-db-nonfree/pspec.xml
new file mode 100755
index 0000000000..ef81a7ff17
--- /dev/null
+++ b/hardware/printer/foomatic-db-nonfree/pspec.xml
@@ -0,0 +1,56 @@
+
+
+
+
+ foomatic-db-nonfree
+ http://www.linuxprinting.org/
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ Custom
+ app:console
+ Foomatic printer database nonfree
+ Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses.
+ http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20150819.tar.gz
+
+ cups-devel
+ foomatic-db
+
+
+
+
+ foomatic-db-nonfree
+
+ foomatic-db
+
+
+ /usr/share/foomatic/db/
+ /usr/share/doc/foomatic-db-nonfree
+
+
+
+
+
+ 2016-01-11
+ 20150819
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-06-15
+ 20140615
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-06-23
+ 20130623
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/hardware/printer/foomatic-db-nonfree/translations.xml b/hardware/printer/foomatic-db-nonfree/translations.xml
new file mode 100755
index 0000000000..8c6280f646
--- /dev/null
+++ b/hardware/printer/foomatic-db-nonfree/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ foomatic-db-nonfree
+ Foomatic printer database nonfree
+ Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses.
+
+
\ No newline at end of file