wok-next diff clamav-dev/receipt @ rev 12042
postfixadmin: Fis depends:wq!
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Mar 07 17:41:19 2012 +0100 (2012-03-07) |
parents | |
children | 91ed8fa372e3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clamav-dev/receipt Wed Mar 07 17:41:19 2012 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="clamav-dev" 1.7 +VERSION="0.97.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Clamav dev files." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.clamav.net/" 1.13 +TAGS="antivirus" 1.14 +WANTED="clamav" 1.15 + 1.16 +DEPENDS="clamav" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/lib \ 1.24 + $fs/usr/bin 1.25 + 1.26 + cp -a $install/usr/include $fs/usr 1.27 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + cp -a $install/usr/*.*a $fs/usr/lib 1.29 + cp -a $install/usr/bin/clamav-config $fs/usr/bin 1.30 +} 1.31 +