diff options
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r-- | office/texlive/texlive.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index 822de12cf7..0a803f7304 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -26,15 +26,15 @@ # URL: ftp://tug.org/historic/systems/texlive/2010/ PRGNAM=texlive -VERSION=20100722 -BUILD=${BUILD:-3} +VERSION=20110705 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SOURCE_VERS=$VERSION TEXMF_VERS=$VERSION -EXTRA_VERS=20100826 +EXTRA_VERS=$VERSION -TEXI2HTML=1.82 # texi2html version - http://www.nongnu.org/texi2html/ +TEXI2HTML=5.0 # texi2html version - http://www.nongnu.org/texi2html/ if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -93,7 +93,7 @@ patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff TL_BUILD_ENV="CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\"" \ TL_CONFIGURE_ARGS="\ --enable-multiplatform \ - --with-tex-banner='TeX Live 2010/Slackware (unofficial)' \ + --with-tex-banner='TeX Live 2011/Slackware (SBo)' \ --disable-native-texlive-build \ --disable-static \ --enable-ipc \ @@ -182,14 +182,14 @@ make make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/texlive-$VERSION/texi2html-$TEXI2HTML cp -a \ - AUTHORS COPYING NEWS README TODO \ + AUTHORS COPYING ChangeLog NEWS README TODO \ $PKG/usr/doc/texlive-$VERSION/texi2html-$TEXI2HTML # Now add epstopdf mkdir -p $PKG/usr/doc/texlive-$VERSION/eps2pdf cat $CWD/epstopdf/epstopdf.pl > $PKG/usr/share/texmf/bin/epstopdf cat $CWD/epstopdf/epstopdf.1 > $PKG/usr/share/texmf/doc/man/man1/epstopdf.1 -cat $CWD/epstopdf/epstopdf.pdf > $PKG/usr/doc/texlive-$VERSION/eps2pdf/epstopdf.pdf +cat $CWD/epstopdf/epstopdf.man1.pdf > $PKG/usr/doc/texlive-$VERSION/eps2pdf/epstopdf.man1.pdf cat $CWD/epstopdf/README > $PKG/usr/doc/texlive-$VERSION/eps2pdf/README chmod 0755 $PKG/usr/share/texmf/bin/epstopdf |