wok annotate libmagic/receipt @ rev 18852

Restore "apulse" && Workaround in "nvidia*" for "find-depends"
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jan 25 12:18:01 2016 +0100 (2016-01-25)
parents fb17943081e7
children 1c871a925cd1
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic"
pascal@18350 4 VERSION="5.24"
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 }