wok annotate libmagic/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents 252c035d8cdf
children 2b5634facaf8
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic"
pascal@17888 4 VERSION="5.22"
erjo@4733 5 CATEGORY="system-tools"
al@17217 6 SHORT_DESC="File type determination library using 'magic' numbers"
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"
pankso@12982 12
pankso@12982 13 DEPENDS="zlib"
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
pankso@12982 19 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@4733 20 }