OSDN Git Service

Inno Setupのインストーラに埋め込まれたファイルも展開できるよう変更。
[tpi/lychee.git] / bin / lib / cuiWrapper.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <libraries>
3  <library name="tar" typename="Tar+BZip2" suffix="tar.bz2;tar.bz;tbz2;tbz" quote-resp="0"
4         create  ='-c -j -f "%90" -T "%92"' />
5  <library name="tar" typename="Tar+GZip" suffix="tar.gz;tgz" quote-resp="0"
6         create  ='-c -z -f "%90" -T "%92"' />
7  <library name="tar" typename="Tar+LZMA" suffix="tar.lzma;tlz" quote-resp="0"
8         create  ='-c --lzma -f "%90" -T "%92"' />
9  <library name="tar" typename="Tar+XZ" suffix="tar.xz;txz" quote-resp="0"
10         create  ='-c -J -f "%90" -T "%92"' />
11  <library name="tar" typename="Tar+Z" suffix="tar.Z;taz;tz" quote-resp="0"
12         create  ='-c -Z -f "%90" -T "%92"' />
13  <library name="tar" typename="Tar" suffix="tar.bz2;tar.bz;tar.gz;tar.lzma;tar.xz;tar.Z;tbz2;tbz;tgz;tlz;txz;taz;tz" quote-resp="0"
14         list    ='-t -v -f "%90" | awk &apos;{ printf "%%10d %%s %%s %%s %%s %%s\n",$3,$4,$5,$6,$7,$8 }&apos;'
15         list-line-s ='' list-line-c = "1"
16         list-fname-s="28"
17         list-usize-s= "0" list-usize-c="10"
18         list-date-s ="11" list-date-c ="16" list-date-f="%Y-%m-%d %H:%M"
19         extract ='-x %a0{|--xform=&apos;s|.*/\([^/]*\)|\1|&apos;} -f "%90" -C "%91" -T "%92"' />
20  <library name="innounp.exe" typename="Inno" suffix="inno"
21         list    ='-v -m "%90"'
22         list-line-s ='--------------------------------------' list-line-c="1"
23         list-fname-s="30"
24         list-usize-s= "0" list-usize-c="10"
25         list-date-s ="12" list-date-c ="16" list-date-f="%Y.%m.%d %H:%M"
26         extract ='-%a0{x|e} -m %a5{"-p#"|} "-d%91" "%90" "@%92"' />
27  <library name="dgcac" typename="DGCA" suffix="dgc" quote-resp="0"
28         list    ='l "%90"'
29         list-line-s ='------------------------- ------------------- ------------ ------------ -------' list-line-c="1"
30         list-fname-s= "0" list-fname-c="25"
31         list-usize-s="46" list-usize-c="12"
32         list-psize-s="60" list-psize-c="12"
33         list-date-s ="26" list-date-c ="19" list-date-f="%Y/%m/%d %H:%M:%S"
34         create  ='a %a5{"-p#"|} %a6{"-k#"|} "-o%92" "%90"'
35         extract ='e %a5{"-p#"|} %a6{"-k#"|} "-o%92" "%90"'
36         test    ='k "%90"' />
37  <library name="gcac" typename="GCA" suffix="gca" quote-resp="0"
38         create  ='%a2{s|a} %a5{"-p#"|} %a6{"-k#"|} "-o%92" "%90"' />
39  <!--
40 ; cuiWrapper plug-in.
41 ;   Constant:
42 ;           %%  : %
43 ;   Variable:
44 ;           %90 : Archive name.
45 ;           %92 : Response file name.
46 ;           %93 : Target files.
47 ;       Create/Add:
48 ;           %91 : Base directory.
49 ;           %94 : Compression level.
50 ;           %95 : Recovery Record.
51 ;           %96 : Comment.
52 ;       Extract/Sfx:
53 ;           %91 : Destination directory.
54 ;   Valiable/If:
55 ;           %a0 : Enable pathes.
56 ;       Create/Add:
57 ;           %a1 : Make SFX.
58 ;           %a2 : Solid compression.
59 ;           %a3 : Multimedia optimization.
60 ;           %a4 : Encrypt header.
61 ;           %a5 : Enable Password.(Use # for actual string)
62 ;           %a6 : Enable Keyfile. (Use # for actual string)
63 ;           %a7 : Split size.     (Use # for actual size)
64 ;
65 ;   Samples(older,disabled):
66 -->
67  <library name="7z" typename="7z" suffix="7z;zip;lzh;lha;cab;rpm;deb;cpio;iso;dmg;hfs;msi" disable="1"
68         list    ='l -- "%90"'
69         list-line-s ='------------------- ----- ------------ ------------  ------------------------' list-line-c="1"
70         list-fname-s="53"
71         list-usize-s="26" list-usize-c="12"
72         list-psize-s="40" list-psize-c="12"
73         list-date-s = "0" list-date-c ="19" list-date-f="%Y-%m-%d %H:%M:%S"
74         level-min="0" level-max="9"
75         create  ='a -mx=%94 -ms=%a2{on|off} -mhe=%a4{on|off} %a5{"-p#"|} %a7{-v#|} %a1{-sfx|} -t7z -- "%90" "@%92"'
76         add     ='a -mx=%94 -ms=%a2{on|off} -mhe=%a4{on|off} %a5{"-p#"|} -- "%90" "@%92"'
77         extract ='%a0{x|e} %a5{-p#|} "-o%91" -- "%90" "@%92"'
78         delete  ='d -ms=off -- "%90" "@%92"'
79         test    ='t -- "%90" "@%92"' />
80  <library name="gzip" typename="GZip" suffix="gz;Z" quote-resp="0" archive="0" disable="1"
81         list    ='-l -v "%90"'
82         list-line-s ='method  crc     date  time           compressed        uncompressed  ratio uncompressed_name' list-line-c = "1"
83         list-fname-s="75"
84         list-usize-s="48" list-usize-c="19"
85         list-psize-s="28" list-psize-c="19"
86         list-date-s ="15" list-date-c ="12" list-date-f="%b %d %H:%M"
87         level-min="1" level-max="9"
88         create  ='-%94 -c `cat "%92"` &gt; "%90"'
89         extract ='-d -c "%90" &gt; "%91`basename "%90" .gz`"'
90         test    ='-t "%90"' />
91  <library name="tar" typename="Tar" suffix="tar" quote-resp="0" disable="1"
92         create  ='-c -f "%90" -T "%92"'
93         add     ='-r -f "%90" -T "%92"'
94         delete  ='--delete -f "%90" -T "%92"' />
95  <library name="unrar" typename="Rar" suffix="rar" disable="1"
96         list    ='v -c- -- "%90"'
97         list-line-s ='-------------------------------------------------------------------------------' list-line-c="2"
98         list-fname-s= "1"
99         list-usize-s="14" list-usize-c= "8" list-usize-l="1"
100         list-psize-s="23" list-psize-c= "8" list-psize-l="1"
101         list-date-s ="37" list-date-c ="14" list-date-l ="1" list-date-f="%d-%m-%y %H:%M"
102         extract ='%a0{x|e} %a5{"-p#"|} -- "%90" "@%92" "%91"'
103         test    ='t -- "%90" "@%92"' />
104 </libraries>