wok annotate libmagic-dev/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 2b5634facaf8
children ac5bcc9f308c
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"
slaxemulator@11289 9 WEB_SITE="http://www.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