diff --git a/hardware/printer/psutils/actions.py b/hardware/printer/psutils/actions.py new file mode 100644 index 0000000000..4c58d0fcc9 --- /dev/null +++ b/hardware/printer/psutils/actions.py @@ -0,0 +1,24 @@ +#!/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() + +def build(): + autotools.make() +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README", "COPYING") diff --git a/hardware/printer/psutils/files/gnulib-d279bc6.tar.gz b/hardware/printer/psutils/files/gnulib-d279bc6.tar.gz new file mode 100644 index 0000000000..448d575578 Binary files /dev/null and b/hardware/printer/psutils/files/gnulib-d279bc6.tar.gz differ diff --git a/hardware/printer/psutils/pspec.xml b/hardware/printer/psutils/pspec.xml new file mode 100644 index 0000000000..db028b592e --- /dev/null +++ b/hardware/printer/psutils/pspec.xml @@ -0,0 +1,55 @@ + + + + + psutils + http://www.cups.org/ + + Blue Devil + bluedevil@sctzine.com + + hardware.printer + GPLv2 + app:console + PostScript Utilities + psutils contains tools to convert to/from postscript files. + https://github.com/rrthomas/psutils/archive/v2.03.tar.gz + + + gnulib-d279bc6.tar.gz + + + help2man + ghostscript-devel + + + + + psutils + Utilities for manipulating PostScript documents + + paper + ghostscript + perl-IPC-Run3 + + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/psutils/PSUtils.pm + + + + + + 2020-06-03 + 2.03 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/hardware/printer/psutils/translations.xml b/hardware/printer/psutils/translations.xml new file mode 100644 index 0000000000..c827a0f6d6 --- /dev/null +++ b/hardware/printer/psutils/translations.xml @@ -0,0 +1,8 @@ + + + + psutils + PostScript yardımcı araçları + psutils PostScript dosyaları arasında dönüşüm yapmak için gerekli araçları içerir. + + \ No newline at end of file