wok-6.x view clamav-dev/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
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 }