diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-16 23:22:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-16 23:22:30 +0000 |
commit | 2733c5e231bfdc1bc85bb676172c9f7d9e16f9f9 (patch) | |
tree | 0937a5f8d5e94d8c7b5d03708fb9183603e67cf2 /Master/tlpkg/tlpsrc | |
parent | b09cb5528cea00f54900773a274788b55f7170f9 (diff) |
initial armel-linux
git-svn-id: svn://tug.org/texlive/trunk@26458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/biber.tlpsrc | 16 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 17 |
3 files changed, 29 insertions, 9 deletions
diff --git a/Master/tlpkg/tlpsrc/biber.tlpsrc b/Master/tlpkg/tlpsrc/biber.tlpsrc index 2dcc935494f..8e8c0bc9676 100644 --- a/Master/tlpkg/tlpsrc/biber.tlpsrc +++ b/Master/tlpkg/tlpsrc/biber.tlpsrc @@ -1,7 +1,13 @@ -binpattern f/!\ -alpha-linux,amd64-kfreebsd,\ -i386-kfreebsd,i386-netbsd,\ -mips-irix,mipsel-linux,\ -powerpc-aix,powerpc-linux,\ +# Not all platforms provide this. +binpattern f/!\ +alpha-linux,\ +armel-linux,\ +amd64-kfreebsd,\ +i386-kfreebsd,\ +i386-netbsd,\ +mips-irix,\ +mipsel-linux,\ +powerpc-aix,\ +powerpc-linux,\ sparc-solaris\ bin/${ARCH}/biber diff --git a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc index 0c7c3b2aee1..2ce44cba5cd 100644 --- a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc +++ b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc @@ -1,14 +1,17 @@ category TLCore depend glyphlist depend dvipdfmx-def +# postaction script file=tlpkg/tlpostcode/dvipdfmx.pl +# runpattern f tlpkg/tlpostcode/dvipdfmx.pl runpattern d texmf/dvipdfmx runpattern d texmf/fonts/cmap runpattern d texmf/fonts/map/dvipdfmx -runpattern d texmf/fonts/map/dvipdfm +# binpattern f bin/${ARCH}/dvipdfmx binpattern f bin/${ARCH}/ebb binpattern f bin/${ARCH}/extractbb +# docpattern f texmf/doc/man/man1/extractbb* docpattern d texmf/doc/dvipdfmx diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 0d2a7abd33b..d746c934318 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -38,9 +38,20 @@ binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe binpattern f/i386-cygwin tlpkg/installer/xz/xz.i386-cygwin.exe binpattern f/!i386-cygwin tlpkg/installer/xz/xzdec.${ARCH} binpattern f/!i386-cygwin tlpkg/installer/xz/xz.${ARCH} -# Lots of platforms want to provide their own wget. -binpattern f/!i386-cygwin,i386-solaris,i386-linux,i386-netbsd,\ -mips-irix,mipsel-linux,alpha-linux,powerpc-linux,x86_64-linux,x86_64-solaris \ +# +# Lots of platforms provide wget as part of the normal system install. +binpattern f/!\ +alpha-linux,\ +armel-linux,\ +i386-cygwin,\ +i386-linux,\ +i386-netbsd,\ +i386-solaris,\ +mips-irix,\ +mipsel-linux,\ +powerpc-linux,\ +x86_64-linux,\ +x86_64-solaris \ tlpkg/installer/wget/wget.${ARCH} # # post-install/update actions |