diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/nonworking/tetex | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/nonworking/tetex')
-rw-r--r-- | recipes/nonworking/tetex/files/configure.patch | 137 | ||||
-rw-r--r-- | recipes/nonworking/tetex/tetex-native_3.0.bb | 35 | ||||
-rw-r--r-- | recipes/nonworking/tetex/tetex-texmf_3.0.bb | 75 | ||||
-rw-r--r-- | recipes/nonworking/tetex/tetex_3.0.bb | 100 |
4 files changed, 347 insertions, 0 deletions
diff --git a/recipes/nonworking/tetex/files/configure.patch b/recipes/nonworking/tetex/files/configure.patch new file mode 100644 index 0000000000..7a955917df --- /dev/null +++ b/recipes/nonworking/tetex/files/configure.patch @@ -0,0 +1,137 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- tetex-src-3.0/configure~configure.patch ++++ tetex-src-3.0/configure +@@ -3903,10 +3903,6 @@ + if test "$with_system_t1lib" = yes; then + echo $ac_n "checking whether installed T1 lib is >= v 5.0.0 ""... $ac_c" 1>&6 + echo "configure:3906: checking whether installed T1 lib is >= v 5.0.0 " >&5 +- if test "$cross_compiling" = yes; then +- ac_compile_t1lib=1 +- ] +-else + cat > conftest.$ac_ext <<EOF + #line 3912 "configure" + #include "confdefs.h" +@@ -3939,15 +3935,7 @@ + } + + EOF +-if { (eval echo configure:3943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-then + ac_compile_t1lib=0 +-else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -fr conftest* +- ac_compile_t1lib=1 +-fi + rm -fr conftest* + fi + +@@ -3975,7 +3963,6 @@ + LIBT1DEP= + using_system_t1lib=yes + fi +-fi + + + +--- tetex-src-3.0/libs/configure~configure.patch ++++ tetex-src-3.0/libs/configure +@@ -1711,10 +1711,6 @@ + if test "$with_system_t1lib" = yes; then + echo $ac_n "checking whether installed T1 lib is >= v 5.0.0 ""... $ac_c" 1>&6 + echo "configure:1714: checking whether installed T1 lib is >= v 5.0.0 " >&5 +- if test "$cross_compiling" = yes; then +- ac_compile_t1lib=1 +- ] +-else + cat > conftest.$ac_ext <<EOF + #line 1720 "configure" + #include "confdefs.h" +@@ -1747,15 +1743,7 @@ + } + + EOF +-if { (eval echo configure:1751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-then +- ac_compile_t1lib=0 +-else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -fr conftest* +- ac_compile_t1lib=1 +-fi ++ac_compile_t1lib=0 + rm -fr conftest* + fi + +@@ -1783,7 +1771,6 @@ + LIBT1DEP= + using_system_t1lib=yes + fi +-fi + + + +--- tetex-src-3.0/utils/texinfo/configure~configure.patch ++++ tetex-src-3.0/utils/texinfo/configure +@@ -689,7 +689,7 @@ + # FIXME: To remove some day. + if test "x$host_alias" != x; then + if test "x$build_alias" = x; then +- cross_compiling=maybe ++ cross_compiling=no + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then +--- tetex-src-3.0/texk/dvipng/configure~configure.patch ++++ tetex-src-3.0/texk/dvipng/configure +@@ -2642,10 +2642,7 @@ + if test "$with_system_t1lib" = yes; then + echo $ac_n "checking whether installed T1 lib is >= v 5.0.0 ""... $ac_c" 1>&6 + echo "configure:2645: checking whether installed T1 lib is >= v 5.0.0 " >&5 +- if test "$cross_compiling" = yes; then +- ac_compile_t1lib=1 +- ] +-else ++ac_compile_t1lib=0 + cat > conftest.$ac_ext <<EOF + #line 2651 "configure" + #include "confdefs.h" +@@ -2678,14 +2675,7 @@ + } + + EOF +-if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-then +- ac_compile_t1lib=0 +-else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -fr conftest* +- ac_compile_t1lib=1 ++ac_compile_t1lib=0 + fi + rm -fr conftest* + fi +@@ -2696,7 +2686,6 @@ + echo "$ac_t""no, will compile my own version" 1>&6 + with_system_t1lib=no + fi +- fi + + LDFLAGS=$OLD_LDFLAGS + CPP=$OLD_CPP +@@ -2714,7 +2703,6 @@ + LIBT1DEP= + using_system_t1lib=yes + fi +-fi + + + diff --git a/recipes/nonworking/tetex/tetex-native_3.0.bb b/recipes/nonworking/tetex/tetex-native_3.0.bb new file mode 100644 index 0000000000..4d683ff3d1 --- /dev/null +++ b/recipes/nonworking/tetex/tetex-native_3.0.bb @@ -0,0 +1,35 @@ +require tetex_${PV}.bb +inherit native +DEPENDS = "" +PR = "r2" + +PACKAGES="" +RRECOMMENDS_${PN}="" + +do_configure() { + oe_runconf +} + +BINARIES = "texk/web2c/tangle \ + texk/web2c/ctangle \ + texk/web2c/otangle \ + texk/web2c/tie \ + utils/texinfo/info/makedoc \ + utils/texinfo/makeinfo/makeinfo" + +do_stage() { + for binary in ${BINARIES} + do + install -m 0755 $binary ${STAGING_BINDIR} + done +} + +do_install () { + : +} + + +do_rm_work () { + : +} + diff --git a/recipes/nonworking/tetex/tetex-texmf_3.0.bb b/recipes/nonworking/tetex/tetex-texmf_3.0.bb new file mode 100644 index 0000000000..80d6f779d8 --- /dev/null +++ b/recipes/nonworking/tetex/tetex-texmf_3.0.bb @@ -0,0 +1,75 @@ +DESCRIPTION = "teTeX data" +LICENSE = "GPL" +SECTION = "console/utils" +PR = "r0" + +SRC_URI = "ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-texmf-${PV}.tar.gz" +S = "${WORKDIR}" + +STUFF = "aliases ChangeLog doc dvips LICENSE.texmf makeindex metapost omega \ + scripts texdoctk bibtex context dvipdfm fonts ls-R metafont \ + mft release-tetex-texmf.txt tex web2c " + +do_install() { + install -d ${D}${datadir}/texmf + for i in ${STUFF} + do + cp -pPR $i ${D}${datadir}/texmf + done +} + +ALLOW_EMPTY_${PN} = "1" + +RRECOMMENDS_${PN} = " \ + tetex-texmf-common \ + tetex-texmf-bibtex \ + tetex-texmf-context \ + tetex-texmf-texdoc \ + tetex-texmf-dvipdfm \ + tetex-texmf-dvips \ + tetex-texmf-fonts \ + tetex-texmf-makeindex \ + tetex-texmf-metafont \ + tetex-texmf-metapost \ + tetex-texmf-mft \ + tetex-texmf-omega \ + tetex-texmf-scripts \ + tetex-texmf-tex \ + tetex-texmf-texdoctk \ + tetex-texmf-web2c " + +PACKAGES = "${PN}-dbg tetex-texmf \ + tetex-texmf-bibtex \ + tetex-texmf-context \ + tetex-texmf-texdoc \ + tetex-texmf-dvipdfm \ + tetex-texmf-dvips \ + tetex-texmf-fonts \ + tetex-texmf-makeindex \ + tetex-texmf-metafont \ + tetex-texmf-metapost \ + tetex-texmf-mft \ + tetex-texmf-omega \ + tetex-texmf-scripts \ + tetex-texmf-tex \ + tetex-texmf-texdoctk \ + tetex-texmf-web2c \ + tetex-texmf-common" + +FILES_${PN} = "" +FILES_tetex-texmf-common = "${datadir}/texmf" +FILES_tetex-texmf-bibtex = "${datadir}/texmf/bibtex" +FILES_tetex-texmf-context = "${datadir}/texmf/context" +FILES_tetex-texmf-texdoc = "${datadir}/texmf/doc" +FILES_tetex-texmf-dvipdfm = "${datadir}/texmf/dvipdfm" +FILES_tetex-texmf-dvips = "${datadir}/texmf/dvips" +FILES_tetex-texmf-fonts = "${datadir}/texmf/fonts" +FILES_tetex-texmf-makeindex = "${datadir}/texmf/makeindex" +FILES_tetex-texmf-metafont = "${datadir}/texmf/metafont" +FILES_tetex-texmf-metapost = "${datadir}/texmf/metapost" +FILES_tetex-texmf-mft = "${datadir}/texmf/mft" +FILES_tetex-texmf-omega = "${datadir}/texmf/omega" +FILES_tetex-texmf-scripts = "${datadir}/texmf/scripts" +FILES_tetex-texmf-tex = "${datadir}/texmf/tex" +FILES_tetex-texmf-texdoctk = "${datadir}/texmf/texdoctk" +FILES_tetex-texmf-web2c = "${datadir}/texmf/web2c" diff --git a/recipes/nonworking/tetex/tetex_3.0.bb b/recipes/nonworking/tetex/tetex_3.0.bb new file mode 100644 index 0000000000..eedf8820b2 --- /dev/null +++ b/recipes/nonworking/tetex/tetex_3.0.bb @@ -0,0 +1,100 @@ +DESCRIPTION = "teTeX is a complete (pdf)(La)TeX distribution for UNIX compatible systems" +HOMEPAGE = "http://www.tug.org/tetex" +LICENSE = "GPL" +SECTION = "console/utils" +DEPENDS = "tetex-native flex gd ncurses libpng t1lib virtual/libx11 libxau libxext libxt zlib" +PR = "r6" + +SRC_URI = "ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-${PV}.tar.gz \ + file://configure.patch;patch=1" +S = "${WORKDIR}/tetex-src-${PV}" + +inherit autotools + +PARALLEL_MAKE = "" + +export BUILDCC = "${BUILD_CC}" +export BUILDCFLAGS = "${BUILD_CFLAGS}" +export BUILDLDFLAGS = "${BUILD_LDFLAGS}" +export BUILDCCLD = "${BUILD_CC}" + +EXTRA_OECONF = "--with-system-libgd \ + --with-system-ncurses \ + --with-ncurses-include=${STAGING_INCDIR} \ + --with-system-pnglib \ + --with-system-t1lib \ + --with-system-zlib \ + --without-dialog \ + --without-xdvik \ + --with-x11 \ + --without-mf-x-toolkit" + +# NOTE: In theory, teTeX has a good buildsystem, which automatically detects +# whether we are cross-compiling and compiles the necessary host tools. +# Unfortunately it doesn't work in our case and we better just add +# tetex-native for the time being. +# It would be good to autoreconf all the stuff, but the upstream configure.in +# is faulty and outdated :/ +do_configure() { + rm -f texk/libtool.m4 + libtoolize --force + gnu-configize + oe_runconf ${EXTRA_OECONF} + find . -name libtool|xargs rm -f + rm -rf ${S}/utils/texinfo/tools/info + rm -rf ${S}/utils/texinfo/tools/makeinfo + ln -sf ${STAGING_BINDIR_NATIVE} ${S}/utils/texinfo/tools/info + ln -sf ${STAGING_BINDIR_NATIVE} ${S}/utils/texinfo/tools/makeinfo + cat >${S}/utils/texinfo/tools/Makefile <<EOF +install: + echo "mickey _is_ cool - he tamed the tetex buildsystem" +all: + echo "mickey sucks - he adds easter eggs in output that no one will ever read..." +EOF +} +# NOTE: Make sure it is using _our_ libtool and nothing else :/ +do_compile() { + LIBTOOL="${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool" oe_runmake MAKE="${MAKE} LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool" +} + +# NOTE: This is really ugly. Unfortunately the teTeX people seem not to know about PREFIX... +do_install() { + install -d ${D}${bindir} + install -d ${D}${libdir} + install -d ${D}${datadir}/texmf + install -d ${D}${localstatedir}/lib/textmf + + export bindir="${D}${bindir}" \ + sbindir="${D}${sbindir}" \ + libexecdir="${D}${libexecdir}" \ + datadir="${D}${datadir}" \ + sysconfdir="${D}${sysconfdir}" \ + sharedstatedir="${D}${sharedstatedir}" \ + localstatedir="${D}${localstatedir}" \ + libdir="${D}${libdir}" \ + includedir="${D}${includedir}" \ + oldincludedir="${D}${oldincludedir}" \ + infodir="${D}${infodir}" \ + mandir="${D}${mandir}" \ + texmf="${D}${datadir}/texmf" \ + scriptdir="${D}${bindir}" \ + web2cdir="${D}${datadir}" \ + kpathsea="${D}${libdir}/libkpathsea.la" \ + DESTDIR="" \ + LIBTOOL="${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool" + MAKE="make -e" oe_runmake -e install + ln -sf ${bindir}/pdfetex ${D}${bindir}/latex + mv ${D}${libdir}/.libs/* ${D}${libdir}/ -f || true +} + +RRECOMMENDS_${PN} = "tetex-bin tetex-texmf-dvips tetex-texmf-texconfig tetex-texmf-fonts" +PACKAGES =+ "libkpathsea tetex-bin tetex-texmf-dvips tetex-texmf-texconfig tetex-texi2html" + +FILES_libkpathsea = "${libdir}/libkpathsea.so.*" +FILES_tetex-bin = "${bindir}/*" + +FILES_${PN} += "${localstatedir} ${datadir}" +FILES_${PN}-doc += "${datadir}/texinfo ${datadir}/man ${datadir}/info" +FILES_tetex-texmf-dvips = "${datadir}/texmf/dvips" +FILES_tetex-texmf-texconfig = "${datadir}/texmf/texconfig" +FILES_tetex-texi2html = "${datadir}/texi2html" |