summaryrefslogtreecommitdiffstats
path: root/texi2html
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /texi2html
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'texi2html')
-rw-r--r--texi2html/.footprint.i6869
-rw-r--r--texi2html/.footprint.x86_649
-rw-r--r--texi2html/.md5sum.i6861
-rw-r--r--texi2html/.md5sum.x86_641
-rw-r--r--texi2html/Pkgfile23
5 files changed, 43 insertions, 0 deletions
diff --git a/texi2html/.footprint.i686 b/texi2html/.footprint.i686
new file mode 100644
index 000000000..bde88a81b
--- /dev/null
+++ b/texi2html/.footprint.i686
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/texi2html
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/texi2html.info.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/texi2html.1.gz
diff --git a/texi2html/.footprint.x86_64 b/texi2html/.footprint.x86_64
new file mode 100644
index 000000000..bde88a81b
--- /dev/null
+++ b/texi2html/.footprint.x86_64
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/texi2html
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/texi2html.info.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/texi2html.1.gz
diff --git a/texi2html/.md5sum.i686 b/texi2html/.md5sum.i686
new file mode 100644
index 000000000..014590090
--- /dev/null
+++ b/texi2html/.md5sum.i686
@@ -0,0 +1 @@
+f0fa30e58ed930431c43a07d907593f5 texi2html-1.64.tar.gz
diff --git a/texi2html/.md5sum.x86_64 b/texi2html/.md5sum.x86_64
new file mode 100644
index 000000000..014590090
--- /dev/null
+++ b/texi2html/.md5sum.x86_64
@@ -0,0 +1 @@
+f0fa30e58ed930431c43a07d907593f5 texi2html-1.64.tar.gz
diff --git a/texi2html/Pkgfile b/texi2html/Pkgfile
new file mode 100644
index 000000000..38be12746
--- /dev/null
+++ b/texi2html/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Permet la conversion des fichiers textes en fichier html
+# URL: http://www.mathematik.uni-kl.de/~obachman/Texi2html/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=texi2html
+version=1.64
+release=1
+source=(http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ sed -i "s|mandir = /usr/man|mandir = \${prefix}/share/man|g" Makefile
+ make
+ make prefix=$PKG/usr install
+ mv $PKG/usr/info $PKG/usr/share/info
+ rm -r $PKG/usr/share/info/dir
+ rm -r $PKG/usr/html
+}
+