[Lunar-commits] <moonbase> texlive: Adding to moonbase. It compiles fine with all the options but I have
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue May 11 13:16:21 CEST 2010
commit 451c27019e2a08910d83b7dab55780c9f0400b72
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue May 11 07:16:21 2010 -0400
texlive: Adding to moonbase. It compiles fine with all the options but I have
not tested the install phase. Thought I would put this here should someone care
to venture into this area.
---
zbeta/texlive/BUILD | 7 +++++++
zbeta/texlive/CONFLICTS | 2 ++
zbeta/texlive/DEPENDS | 14 ++++++++++++++
zbeta/texlive/DETAILS | 18 ++++++++++++++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/zbeta/texlive/BUILD b/zbeta/texlive/BUILD
new file mode 100644
index 0000000..8add60f
--- /dev/null
+++ b/zbeta/texlive/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="--disable-native-texlive-build --enable-shared" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/texlive/CONFLICTS b/zbeta/texlive/CONFLICTS
new file mode 100644
index 0000000..7afbb65
--- /dev/null
+++ b/zbeta/texlive/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts teTeX
+conflicts teTeX-texmf
diff --git a/zbeta/texlive/DEPENDS b/zbeta/texlive/DEPENDS
new file mode 100644
index 0000000..a9d3f9f
--- /dev/null
+++ b/zbeta/texlive/DEPENDS
@@ -0,0 +1,14 @@
+depends dialog
+depends ed
+depends zlib
+depends w3c-libwww
+depends texinfo
+depends teTeX-texmf
+depends bison
+
+optional_depends "zlib" "--with-system-zlib" "--without-system-zlib" "for data compression support"
+optional_depends "libpng" "--with-system-pnglib" "--without-system-libpng" "for png support"
+optional_depends "t1lib" "--with-system-t1lib" "--without-system-t1lib" "for t1lib support"
+optional_depends "freetype2" "--with-system-freetype2 " "--without-system-freetype2" "for freetype font support"
+optional_depends "gd" "--with-system-gd" "--without-system-gd" "for gd graphics support"
+optional_depends "lcdf-typetools" "--enable-lcdf-typetools" "--disable-lcdf-typetools" "for postscript support"
diff --git a/zbeta/texlive/DETAILS b/zbeta/texlive/DETAILS
new file mode 100644
index 0000000..96ce7db
--- /dev/null
+++ b/zbeta/texlive/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=texlive
+ VERSION=20091107
+ MINOR=source
+ SOURCE=$MODULE-$VERSION-${MINOR}.tar.xz
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-src-$VERSION
+ SOURCE_URL[0]=ftp://tug.org/historic/systems/texlive/2009/
+ SOURCE_VFY=sha1:3e11287f16595209181dc2e0ae7c23809e2e73ee
+ WEB_SITE=http://www.tug.org/texlive/
+ ENTERED=20100511
+ UPDATED=20100511
+ SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more..."
+
+cat << EOF
+TeTex is by far, the best TeX distribution available for Linux, includes
+latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk, makeinfo,
+texinfo, texconfig and lots of fonts and macros. It's easy to install and
+easy to customize.
+EOF
More information about the Lunar-commits
mailing list