wok-next view gadmin-antivirus/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gadmin-antivirus"
4 VERSION="0.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK+ configuration tool for ClamAV"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
15 DEPENDS="gtk2 clamav"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$install install
21 }