wok diff libmagic/receipt @ rev 23764
fusecloop: multicompressor support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 05 20:28:26 2020 +0000 (2020-05-05) |
parents | 63cdeb5a1e77 |
children | ff86a04c1516 |
line diff
1.1 --- a/libmagic/receipt Sun Mar 03 15:44:44 2019 +0100 1.2 +++ b/libmagic/receipt Tue May 05 20:28:26 2020 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmagic" 1.7 -VERSION="5.36" 1.8 +VERSION="5.38" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="File type determination library using 'magic' numbers." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://github.com/file/file" 1.14 1.15 +DEPENDS="zlib" 1.16 WANTED="file" 1.17 -DEPENDS="zlib" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 }