From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- texi2html/.footprint.i686 | 9 +++++++++ texi2html/.footprint.x86_64 | 9 +++++++++ texi2html/.md5sum.i686 | 1 + texi2html/.md5sum.x86_64 | 1 + texi2html/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 texi2html/.footprint.i686 create mode 100644 texi2html/.footprint.x86_64 create mode 100644 texi2html/.md5sum.i686 create mode 100644 texi2html/.md5sum.x86_64 create mode 100644 texi2html/Pkgfile (limited to 'texi2html') 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 +} + -- cgit v1.2.3-54-g00ecf