wok-current diff xarchive/stuff/slitaz-wrap.sh @ rev 17256

Up libzip (0.11.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 21 12:15:20 2014 +0200 (2014-10-21)
parents 30da93cc3cd5
children a95b0be09647
line diff
     1.1 --- a/xarchive/stuff/slitaz-wrap.sh	Fri Apr 02 20:56:18 2010 +0200
     1.2 +++ b/xarchive/stuff/slitaz-wrap.sh	Tue Oct 21 12:15:20 2014 +0200
     1.3 @@ -38,13 +38,17 @@
     1.4  ISO_EXTS="iso"
     1.5  SQUASHFS_EXTS="sfs sqfs squashfs"
     1.6  CROMFS_EXTS="cfs cromfs"
     1.7 -FS_EXTS="ext2 ext3 dos fat vfat xfs fd fs loop"
     1.8 +FAT_EXTS="dos fat vfat"
     1.9 +EXT2_EXTS="ext2 ext3 ext4"
    1.10 +FS_EXTS="$EXT2_EXTS $FAT_EXTS xfs fd fs loop"
    1.11  CLOOP_EXTS="cloop"
    1.12  RAR_EXTS="rar cbr"
    1.13  LHA_EXTS="lha lzh lzs"
    1.14  LZO_EXTS="lzo"
    1.15  ARJ_EXTS="arj pak arc j uc2 zoo"
    1.16 -_7Z_EXTS="7z bcj bcj2"
    1.17 +_7Z_EXTS="7z bcj bcj2 wim $BZIP2_EXTS $ZIP_EXTS $XZ_EXTS"
    1.18 +_7Z_EXTS_X="chm cramfs dmg hfs mbr msi nsis ntfs udf vhd xar arj cab lzh rar \
    1.19 +udf cpio $ISO_EXTS $FAT_EXTS $SQUASHFS_EXTS"
    1.20  
    1.21  while read var progs; do
    1.22  	eval $var=""
    1.23 @@ -310,7 +314,7 @@
    1.24  rar		$RAR_EXTS
    1.25  unace		ace
    1.26  arj		$ARJ_EXTS
    1.27 -7zr		$_7Z_EXTS
    1.28 +7zr		$_7Z_EXTS $_7Z_EXTS_X
    1.29  lha		$LHA_EXTS
    1.30  lzop		$LZO_EXTS
    1.31  cabextract	cab
    1.32 @@ -513,7 +517,7 @@
    1.33  lzop		-x		N/A		$LZO_EXTS
    1.34  rar		x\ -o-\ -p-	x\ -o-		$RAR_EXTS
    1.35  arj		x\ -y		x\ -y\ -g?	$ARJ_EXTS
    1.36 -7zr		x\ -y\ -p-	x\ -y		$_7Z_EXTS
    1.37 +7zr		x\ -y\ -p-	x\ -y		$_7Z_EXTS $_7Z_EXTS_X
    1.38  unace		N/A		x\ -o\ -y	ace
    1.39  cabextract	-q		N/A		cab
    1.40  EOT