wok annotate libmagic-dev/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents 63b78fefa739
children 851602a469c1
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic-dev"
Hans-G?nter@20919 4 VERSION="5.36"
erjo@4733 5 CATEGORY="development"
Hans-G?nter@20919 6 SHORT_DESC="File type determination library using 'magic' numbers (development)."
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
erjo@4733 11 WANTED="file"
Hans-G?nter@20919 12 DEPENDS="libmagic"
pankso@12982 13 HOST_ARCH="i486 arm"
erjo@4733 14
erjo@4733 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4733 16 genpkg_rules()
erjo@4733 17 {
erjo@4733 18 mkdir -p $fs/usr/lib
al@17217 19 cp -a $install/usr/lib/*.la $fs/usr/lib
al@17217 20 cp -a $install/usr/include $fs/usr
erjo@4733 21 }