Changeset be1f349
- Timestamp:
- 01/19/2005 05:44:46 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 44a2b88
- Parents:
- 13f51afc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/videoutils/avifile.xml
r13f51afc rbe1f349 83 83 84 84 <screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 && 85 tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &&85 tar zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 && 86 86 ./configure --prefix=/usr \ 87 87 --with-win32-path=/usr/lib/avifile-0.7/win32 && -
multimedia/videoutils/mplayer.xml
r13f51afc rbe1f349 167 167 168 168 <screen><userinput><command>install -d -m755 /usr/lib/mplayer/codecs && 169 tar xjvf ../&mplayer-default-codec; \169 tar jxf ../&mplayer-default-codec; \ 170 170 -C /usr/lib/mplayer/codecs --strip-path=1 && 171 171 chown -R root:root /usr/lib/mplayer/codecs</command></userinput></screen> … … 186 186 187 187 <screen><userinput><command>install -v -d -m755 /usr/share/mplayer/Skin && 188 tar xjvf ../&mplayer-default-skin; \188 tar jxf ../&mplayer-default-skin; \ 189 189 -C /usr/share/mplayer/Skin && 190 190 chown -v -R root:root /usr/share/mplayer/Skin/Blue && … … 266 266 one of the font tarballs using the following commands:</para> 267 267 268 <screen><userinput><command>tar xjvf ../&mplayer-default-font;.tar.bz2 \268 <screen><userinput><command>tar jxf ../&mplayer-default-font;.tar.bz2 \ 269 269 -C /usr/share/mplayer/font && 270 270 chown -R root:root /usr/share/mplayer/font && -
postlfs/editors/vim.xml
r13f51afc rbe1f349 87 87 <para>If desired unpack the translated messages archive:</para> 88 88 89 <screen><userinput><command>tar xzf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen>89 <screen><userinput><command>tar zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen> 90 90 91 91 <para>Install <application>Vim</application> by running the following -
pst/typesetting/tex.xml
r13f51afc rbe1f349 92 92 93 93 <screen><userinput><command>mkdir -p /usr/share/texmf && 94 tar zx vf tetex-src-&tex-version;.tar.gz &&94 tar zxf tetex-src-&tex-version;.tar.gz && 95 95 cd tetex-src-&tex-version; && 96 96 gzip -dc ../tetex-texmf-&tex-version;.tar.gz \ 97 | (umask 0; cd /usr/share/texmf; tar x vf -)</command></userinput></screen>97 | (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen> 98 98 99 99 <para>If the optional <filename>texmf</filename> source code … … 101 101 102 102 <screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \ 103 | (umask 0; cd /usr/share/texmf; tar x vf -)</command></userinput></screen>103 | (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen> 104 104 105 105 <para>Continue with the installation:</para> -
x/wm/xfce.xml
r13f51afc rbe1f349 66 66 67 67 <screen><userinput><command>cd src && 68 tar xzvf libxfce4util-&xfce-version;.tar.gz &&68 tar zxf libxfce4util-&xfce-version;.tar.gz && 69 69 cd libxfce4util-&xfce-version; && 70 70 ./configure --prefix=/usr && … … 72 72 make install && 73 73 cd .. && 74 tar xzvf libxfcegui4-&xfce-version;.tar.gz &&74 tar zxf libxfcegui4-&xfce-version;.tar.gz && 75 75 cd libxfcegui4-&xfce-version; && 76 76 ./configure --prefix=/usr && … … 78 78 make install && 79 79 cd .. && 80 tar xzvf libxfce4mcs-&xfce-version;.tar.gz &&80 tar zxf libxfce4mcs-&xfce-version;.tar.gz && 81 81 cd libxfce4mcs-&xfce-version; && 82 82 ./configure --prefix=/usr && … … 84 84 make install && 85 85 cd .. && 86 tar xzvf xfce-mcs-manager-&xfce-version;.tar.gz &&86 tar zxf xfce-mcs-manager-&xfce-version;.tar.gz && 87 87 cd xfce-mcs-manager-&xfce-version; && 88 88 ./configure --prefix=/usr && … … 90 90 make install && 91 91 cd .. && 92 tar xzvf xfwm4-&xfce-version;.tar.gz &&92 tar zxf xfwm4-&xfce-version;.tar.gz && 93 93 cd xfwm4-&xfce-version; && 94 94 ./configure --prefix=/usr && … … 96 96 make install && 97 97 cd .. && 98 tar xzvf xfdesktop-&xfce-version;.tar.gz &&98 tar zxf xfdesktop-&xfce-version;.tar.gz && 99 99 cd xfdesktop-&xfce-version; && 100 100 ./configure --prefix=/usr --sysconfdir=/etc && … … 102 102 make install && 103 103 cd .. && 104 tar xzvf xfce4-panel-&xfce-version;.tar.gz &&104 tar zxf xfce4-panel-&xfce-version;.tar.gz && 105 105 cd xfce4-panel-&xfce-version; && 106 106 ./configure --prefix=/usr --sysconfdir=/etc && … … 108 108 make install && 109 109 cd .. && 110 tar xzvf xfce-utils-&xfce-version;.tar.gz &&110 tar zxf xfce-utils-&xfce-version;.tar.gz && 111 111 cd xfce-utils-&xfce-version; && 112 112 ./configure --prefix=/usr --sysconfdir=/etc && -
xsoft/suites/openoffice.xml
r13f51afc rbe1f349 129 129 <screen><userinput><command>mkdir OOo-build && 130 130 cd OOo-build && 131 tar -zxvf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen>131 tar zxf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen> 132 132 133 133 <para>Optionally, untar and move the gpc files, and apply the downloaded 134 134 patches:</para> 135 135 136 <screen><userinput><command>tar -zxvf ../gpc231.tar.Z &&136 <screen><userinput><command>tar zxf ../gpc231.tar.Z && 137 137 mv gpc231/* external/gpc && 138 138 rmdir gpc231 && … … 197 197 198 198 <screen><userinput><command>for i in ../helpcontent_*_unix.tgz 199 do tar -C solver/645/unxlngi4.pro/pck -xvzf $i199 do tar -C solver/645/unxlngi4.pro/pck zxf $i 200 200 done && 201 201 rm -rf instsetoo/unxlngi4.pro &&
Note:
See TracChangeset
for help on using the changeset viewer.