wok-current view libmagic/receipt @ rev 25053
Up advancecomp (2.3), foomatic-db (4.0-20220223), sagan-rules (2.0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 19:53:43 2022 +0000 (2022-06-05) |
parents | 851602a469c1 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic"
4 VERSION="5.41"
5 CATEGORY="system-tools"
6 SHORT_DESC="File type determination library using 'magic' numbers."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/file/file"
11 DEPENDS="zlib"
12 WANTED="file"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files *.so*
20 }