wok-next diff 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 diff
     1.1 --- a/gadmin-antivirus/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gadmin-antivirus/receipt	Sun Jan 20 16:02:24 2019 +0200
     1.3 @@ -12,14 +12,10 @@
     1.4  WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="gtk2-dev"
     1.7 +DEPENDS="gtk2 clamav"
     1.8  
     1.9  compile_rules() {
    1.10  	./configure $CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$install install
    1.13  }
    1.14 -
    1.15 -genpkg_rules() {
    1.16 -	copy @std
    1.17 -	DEPENDS="gtk2 clamav"
    1.18 -}