wok annotate libmagic/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 63b78fefa739
children 851602a469c1
rev   line source
erjo@4733 1 # SliTaz package receipt.
erjo@4733 2
erjo@4733 3 PACKAGE="libmagic"
Hans-G?nter@20919 4 VERSION="5.36"
erjo@4733 5 CATEGORY="system-tools"
Hans-G?nter@20919 6 SHORT_DESC="File type determination library using 'magic' numbers."
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="zlib"
pankso@12982 13 HOST_ARCH="i486 arm"
pankso@12982 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 }