diff --git a/office/misc/texi2html/actions.py b/office/misc/texi2html/actions.py new file mode 100644 index 0000000000..61906e18cd --- /dev/null +++ b/office/misc/texi2html/actions.py @@ -0,0 +1,16 @@ +#!/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 autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/office/misc/texi2html/pspec.xml b/office/misc/texi2html/pspec.xml new file mode 100644 index 0000000000..8326aa45eb --- /dev/null +++ b/office/misc/texi2html/pspec.xml @@ -0,0 +1,54 @@ + + + + + texi2html + http://savannah.nongnu.org/projects/texi2html/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + Texinfo to HTML converter + texi2html is a Perl script which can generate HTML from Texinfo source files. + http://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.bz2 + + + + texi2html + + /usr/bin + /usr/share/info + /usr/share/doc/texi2html + /usr/share/man/man1 + /usr/share/texi2html + /usr/share/texinfo + /usr/share/locale + + + + + + 2014-05-20 + 5.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-05-02 + 1.82 + Mass rebuild for Pisi Linux 1.0 + Ertan Güven + ertan@pisilinux.org + + + 2012-11-06 + 5.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/office/misc/texi2html/translations.xml b/office/misc/texi2html/translations.xml new file mode 100644 index 0000000000..09ee7c9d0f --- /dev/null +++ b/office/misc/texi2html/translations.xml @@ -0,0 +1,8 @@ + + + + texi2html + Texinfo'dan HTML'ye dönüştürücü + text2html Texinfo kaynak dosyalarından HTML çıktı üretebilen bir Perl betiğidir. + +