diff --git a/hardware/printer/paper/actions.py b/hardware/printer/paper/actions.py
new file mode 100644
index 0000000000..48cfeef568
--- /dev/null
+++ b/hardware/printer/paper/actions.py
@@ -0,0 +1,25 @@
+#!/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
+
+def setup():
+ # extract gnulib from archive:
+ shelltools.system("cd .. && tar -xzvf gnulib-d279bc6.tar.gz")
+
+ shelltools.system("./bootstrap --gnulib-srcdir=%s/gnulib-d279bc6 --skip-git --copy" % get.workDIR())
+ autotools.configure("--libexecdir=/usr/lib")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README")
\ No newline at end of file
diff --git a/hardware/printer/paper/files/gnulib-d279bc6.tar.gz b/hardware/printer/paper/files/gnulib-d279bc6.tar.gz
new file mode 100644
index 0000000000..448d575578
Binary files /dev/null and b/hardware/printer/paper/files/gnulib-d279bc6.tar.gz differ
diff --git a/hardware/printer/paper/pspec.xml b/hardware/printer/paper/pspec.xml
new file mode 100644
index 0000000000..c55f399de5
--- /dev/null
+++ b/hardware/printer/paper/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ paper
+ https://github.com/rrthomas/paper
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ hardware.printer
+ GPLv3
+ app:console
+ Replacement for Debian's libpaper
+ The paper package enables users to indicate their preferred paper size, provides the paper(1) utility to find the user's preferred default paper size and give information about known sizes, and specifies system-wide and per-user paper size catalogues, which can be can also be used directly.
+ https://github.com/rrthomas/paper/archive/v2.2.tar.gz
+
+
+ gnulib-d279bc6.tar.gz
+
+
+ help2man
+
+
+
+
+ paper
+ Replacement for Debian's libpaper
+
+ /etc
+ /usr/lib/
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+
+
+
+
+
+ 2020-06-03
+ 2.2
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/hardware/printer/paper/translations.xml b/hardware/printer/paper/translations.xml
new file mode 100644
index 0000000000..cc56c3ae1e
--- /dev/null
+++ b/hardware/printer/paper/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ paper
+ Debian'ın libpaper kitaplığı yerine bir kitaplık
+ paper, Debian'ın libpaper kitaplığı yerine bir kitaplık sunar.
+
+
\ No newline at end of file