wok view clamav-dev/receipt @ rev 20706

Add sgmixer & zmixer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 13:08:02 2019 +0100 (2019-02-06)
parents 557893108cf7
children d6dd3c2092ae
line source
1 # SliTaz package receipt.
3 PACKAGE="clamav-dev"
4 VERSION="0.99.2"
5 CATEGORY="development"
6 SHORT_DESC="Clamav dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.clamav.net/"
10 TAGS="antivirus"
11 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 }