[Lunar-commits] <moonbase> luatex: move out of zbeta

Paul Bredbury brebs at lunar-linux.org
Fri Jan 14 11:45:56 CET 2011


commit a2542590c94b91466f007a92224859dc9b864f2e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Fri Jan 14 17:45:56 2011 +0700

    luatex: move out of zbeta
    
    And use the standard texlive method of creating symlinks (texlinks -q).
---
 doc-tools/luatex/BUILD        |   12 ++++++++++++
 doc-tools/luatex/DEPENDS      |    1 +
 doc-tools/luatex/DETAILS      |   17 +++++++++++++++++
 doc-tools/luatex/POST_INSTALL |    7 +++++++
 zbeta/luatex/BUILD            |   16 ----------------
 zbeta/luatex/DEPENDS          |    1 -
 zbeta/luatex/DETAILS          |   17 -----------------
 zbeta/luatex/POST_INSTALL     |    4 ----
 8 files changed, 37 insertions(+), 38 deletions(-)

diff --git a/doc-tools/luatex/BUILD b/doc-tools/luatex/BUILD
new file mode 100644
index 0000000..c8500d0
--- /dev/null
+++ b/doc-tools/luatex/BUILD
@@ -0,0 +1,12 @@
+(
+
+  # From http://www.gentoo-portage.com/dev-tex/luatex
+  export LC_ALL=C  &&
+
+  prepare_install  &&
+  ./build.sh  &&
+
+  # Install executable
+  install -m755 build/texk/web2c/luatex /usr/bin/
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/luatex/DEPENDS b/doc-tools/luatex/DEPENDS
new file mode 100644
index 0000000..9dc7219
--- /dev/null
+++ b/doc-tools/luatex/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/doc-tools/luatex/DETAILS b/doc-tools/luatex/DETAILS
new file mode 100644
index 0000000..35f61ad
--- /dev/null
+++ b/doc-tools/luatex/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=luatex
+         VERSION=0.65.0
+          SUBDIR=386/1704
+          SOURCE=$MODULE-beta-$VERSION-source.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-beta-$VERSION
+      SOURCE_URL=http://foundry.supelec.fr/gf/download/frsrelease/$SUBDIR
+      SOURCE_VFY=sha1:5d01dc1dbc46b8c654ca5a45f3b537cae8a2cf6d
+        WEB_SITE=http://www.luatex.org/
+         ENTERED=20101002
+         UPDATED=20101216
+           SHORT="An extended version of pdfTeX using Lua"
+
+cat << EOF
+The LuaTeX project's main objective is to provide an open and
+configurable variant of TeX, while at the same time offering downward
+compatibility.
+EOF
diff --git a/doc-tools/luatex/POST_INSTALL b/doc-tools/luatex/POST_INSTALL
new file mode 100644
index 0000000..d2b811a
--- /dev/null
+++ b/doc-tools/luatex/POST_INSTALL
@@ -0,0 +1,7 @@
+if [ -x /usr/bin/fmtutil-sys ] ; then
+	# fmtutil-sys and texlinks are installed by texlive
+	fmtutil-sys --quiet --all > /dev/null
+
+	# Create symlink:  /usr/bin/lualatex -> luatex
+	texlinks -q
+fi
diff --git a/zbeta/luatex/BUILD b/zbeta/luatex/BUILD
deleted file mode 100644
index a8ce1fd..0000000
--- a/zbeta/luatex/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
-  # From http://www.gentoo-portage.com/dev-tex/luatex
-  export LC_ALL=C  &&
-
-  prepare_install  &&
-  ./build.sh  &&
-
-  # Install executable
-  install -m755 build/texk/web2c/luatex /usr/bin/  &&
-  pushd .  &&
-  cd /usr/bin/  &&
-  ln -sfn luatex lualatex  &&
-  popd
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/luatex/DEPENDS b/zbeta/luatex/DEPENDS
deleted file mode 100644
index 9dc7219..0000000
--- a/zbeta/luatex/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends lua
diff --git a/zbeta/luatex/DETAILS b/zbeta/luatex/DETAILS
deleted file mode 100644
index 35f61ad..0000000
--- a/zbeta/luatex/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=luatex
-         VERSION=0.65.0
-          SUBDIR=386/1704
-          SOURCE=$MODULE-beta-$VERSION-source.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-beta-$VERSION
-      SOURCE_URL=http://foundry.supelec.fr/gf/download/frsrelease/$SUBDIR
-      SOURCE_VFY=sha1:5d01dc1dbc46b8c654ca5a45f3b537cae8a2cf6d
-        WEB_SITE=http://www.luatex.org/
-         ENTERED=20101002
-         UPDATED=20101216
-           SHORT="An extended version of pdfTeX using Lua"
-
-cat << EOF
-The LuaTeX project's main objective is to provide an open and
-configurable variant of TeX, while at the same time offering downward
-compatibility.
-EOF
diff --git a/zbeta/luatex/POST_INSTALL b/zbeta/luatex/POST_INSTALL
deleted file mode 100644
index 5c828b6..0000000
--- a/zbeta/luatex/POST_INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x /usr/bin/fmtutil-sys ] ; then
-	# fmtutil-sys is installed by texlive
-	fmtutil-sys --quiet --all > /dev/null
-fi


More information about the Lunar-commits mailing list