wok-next diff sshguard/receipt @ rev 20083

gst1-plugins-good: receipt v2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:49:39 2017 +0200 (2017-10-25)
parents f44ef80ff9e2
children 757d032c55c7
line diff
     1.1 --- a/sshguard/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/sshguard/receipt	Wed Oct 25 12:49:39 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshguard"
     1.7 -VERSION="1.5"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Protects networked hosts from brute force attacks"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.sshguard.net/"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.18  TAGS="ssh"
    1.19  
    1.20  DEPENDS="iptables"
    1.21 @@ -17,7 +17,6 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	./configure --prefix=/usr \
    1.27  		--sysconfdir=/etc \
    1.28  		--mandir=/usr/share/man \