wok view clamav-dev/receipt @ rev 21034

updated help2man (1.40.12 -> 1.47.8)
author Hans-G?nter Theisgen
date Mon Mar 11 13:26:42 2019 +0100 (2019-03-11)
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 }