wok annotate libmagic-dev/receipt @ rev 20706

Add sgmixer & zmixer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 13:08:02 2019 +0100 (2019-02-06)
parents 1c871a925cd1
children 63b78fefa739
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic-dev"
devl547@19758 4 VERSION="5.30"
erjo@4733 5 CATEGORY="development"
al@17217 6 SHORT_DESC="File type determination library using 'magic' numbers (development)"
erjo@4733 7 MAINTAINER="erjo@slitaz.org"
pascal@15473 8 LICENSE="BSD"
pascal@20706 9 WEB_SITE="https://darwinsys.com/file/"
erjo@4733 10 WANTED="file"
pankso@12982 11 HOST_ARCH="i486 arm"
erjo@4733 12
pascal@15473 13 DEPENDS="libmagic"
pascal@15473 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 }
erjo@4733 22