diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:10:04 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:10:04 +0200 |
commit | 57a4d89a4838827132426213f2ac215107f17837 (patch) | |
tree | 76937e9d1483a2296abb7d9b5891f92100680cb0 /base/texi2html/Pkgfile | |
parent | 762785c6cd8982afc026d4eaa7c20f025655aa19 (diff) | |
download | nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.gz nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.bz2 nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.tar.xz nutyx-extra-57a4d89a4838827132426213f2ac215107f17837.zip |
texi2html dans extra
Diffstat (limited to 'base/texi2html/Pkgfile')
-rw-r--r-- | base/texi2html/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/base/texi2html/Pkgfile b/base/texi2html/Pkgfile deleted file mode 100644 index 38be12746..000000000 --- a/base/texi2html/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -} - |