wok annotate libmagic/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 851602a469c1
children c370be1be30e
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic"
Hans-G?nter@24546 4 VERSION="5.41"
erjo@4733 5 CATEGORY="system-tools"
Hans-G?nter@20919 6 SHORT_DESC="File type determination library using 'magic' numbers."
erjo@4733 7 MAINTAINER="erjo@slitaz.org"
pascal@15473 8 LICENSE="BSD"
pascal@20947 9 WEB_SITE="https://github.com/file/file"
Hans-G?nter@20919 10
Hans-G?nter@22759 11 DEPENDS="zlib"
erjo@4733 12 WANTED="file"
Hans-G?nter@22759 13
pankso@12982 14 HOST_ARCH="i486 arm"
pankso@12982 15
erjo@4733 16 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4733 17 genpkg_rules()
erjo@4733 18 {
Hans-G?nter@24546 19 cook_copy_files *.so*
erjo@4733 20 }