[notify] tetex: removed in favor of texlive

This commit is contained in:
Danny Rawlins 2012-10-31 08:46:42 +11:00
parent 680086ba06
commit e8ae2d2b0b
6 changed files with 0 additions and 15555 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
944a4641e79e61043fdaf8f38ecbb4b3 tetex-src-3.0.tar.gz
ed9d30d9162d16ac8d5065cde6e0f6fa tetex-texmf-3.0.tar.gz
66c32a11964a49982ba2a32d3bbfe7f5 tetex-texmfsrc-3.0.tar.gz
61931ac0887f5c29d494ef58b661f51c tetex.patch.gz

View File

@ -1,59 +0,0 @@
# Description: TeX distribution for UNIX compatible systems.
# URL: http://www.tug.org/tetex/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Robert McMeekin, viper at mcmeekin dot info
# Depends on: libpng ncurses t1lib libgd xorg-libxaw
name=tetex
version=3.0
release=5
source=(http://www.hvlinux.net/crux/distfiles/$name//$name-src-$version.tar.gz
http://www.hvlinux.net/crux/distfiles/$name//$name-texmf-$version.tar.gz
http://www.hvlinux.net/crux/distfiles/$name//$name-texmfsrc-$version.tar.gz
$name.patch.gz)
build() {
mkdir -p $PKG/usr/share/texmf
cp -r $(/bin/ls | grep -v $name-src-$version) $PKG/usr/share/texmf/
cd $name-src-$version
zcat $SRC/tetex.patch.gz | patch -p0
./configure \
--prefix=/usr \
--datadir=/usr/share \
--disable-multiplatform \
--without-texinfo \
--without-texi2html \
--without-dialog \
--without-psutils \
--with-x \
--with-xdvi-x-toolkit=xaw \
--with-system-zlib \
--with-system-pnglib \
--with-system-ncurses \
--with-system-t1lib \
--with-system-gd
# Files generated during make, use conflicing getline function.
# Build these manually first.
cd texk/web2c
for i in tangleboot tangle mft otangle weave; do
make ${i}.c
sed -i -e 's|getline|&_|' ${i}.[ch]
done
cd -
# Fix some more getline conflicts
sed -i -e 's|getline|&_|' texk/web2c/mpware/mpto.c
sed -i -e 's|getline|&_|' texk/dvipsk/afm2tfm.c
make
# temp fix, this tools tries to write in real root
sed -i -e 's/fmtutil-sys/fmtutil-sys-fix/g' Makefile
sed -i -e 's/updmap-sys/updmap-sys-fix/g' Makefile
make DESTDIR=$PKG prefix=$PKG/usr texmf=$PKG/usr/share/texmf install
rm -rf $PKG/usr/info $PKG/usr/share/texmf/doc
rm -f $PKG/usr/share/texmf/tetex.patch.gz
}

View File

@ -1,8 +0,0 @@
README FILE FOR TETEX
post-install:
execute (as root) the following commands:
# fmtutil-sys --all
# updmap-sys

View File

@ -1,4 +0,0 @@
#!/bin/sh
fmtutil-sys --all
updmap-sys

Binary file not shown.