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

Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 20 16:02:24 2019 +0200 (2019-01-20)
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 }