wok rev 25640
Add zip as dep for xarchiver
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Jan 06 18:51:08 2024 +0100 (10 months ago) |
parents | b7a6dc33051c |
children | 343ae3fd4a26 |
files | xarchiver/receipt |
line diff
1.1 --- a/xarchiver/receipt Sat Jan 06 09:40:30 2024 +0100 1.2 +++ b/xarchiver/receipt Sat Jan 06 18:51:08 2024 +0100 1.3 @@ -13,8 +13,8 @@ 1.4 1.5 # binutils for ar; busybox also contains gzip & cpio; rar is get-rar; 1.6 # gtar is absent 1.7 -RECOMMENDED="gzip lzma unzip" 1.8 -SUGGESTED="$RECOMMENDED arj bzip2 binutils cpio lha lzop p7zip-full rar xarchiver-lang xz zip" 1.9 +RECOMMENDED="gzip lzma zip unzip" 1.10 +SUGGESTED="$RECOMMENDED arj bzip2 binutils cpio lha lzop p7zip-full rar xarchiver-lang xz" 1.11 1.12 DEPENDS="gtk+ libxml2 $RECOMMENDED" 1.13 BUILD_DEPENDS="gtk+-dev libxml2-dev"