wok view clamav-dev/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 dd35682fcd62
children a4e913105025
line source
1 # SliTaz package receipt.
3 PACKAGE="clamav-dev"
4 VERSION="0.101.1"
5 CATEGORY="development"
6 TAGS="antivirus"
7 SHORT_DESC="Clamav dev files."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.clamav.net/"
12 WANTED="clamav"
13 DEPENDS="clamav pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib \
19 $fs/usr/bin
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/lib/*.*a $fs/usr/lib
24 cp -a $install/usr/bin/clamav-config $fs/usr/bin
25 }