summaryrefslogtreecommitdiffstats
path: root/extra/texi2html/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:10:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:10:04 +0200
commit57a4d89a4838827132426213f2ac215107f17837 (patch)
tree76937e9d1483a2296abb7d9b5891f92100680cb0 /extra/texi2html/Pkgfile
parent762785c6cd8982afc026d4eaa7c20f025655aa19 (diff)
downloadnutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.gz
nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.bz2
nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.xz
nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.zip
texi2html dans extra
Diffstat (limited to 'extra/texi2html/Pkgfile')
-rw-r--r--extra/texi2html/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/texi2html/Pkgfile b/extra/texi2html/Pkgfile
new file mode 100644
index 000000000..38be12746
--- /dev/null
+++ b/extra/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
+}
+