wok-current diff sshguard/receipt @ rev 20520

Up sshguard (2.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 05 11:52:27 2018 +0100 (2018-11-05)
parents f44ef80ff9e2
children 5ac54b83c335
line diff
     1.1 --- a/sshguard/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/sshguard/receipt	Mon Nov 05 11:52:27 2018 +0100
     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.2.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 \
    1.29 @@ -32,4 +31,5 @@
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32  	cp -a $install/usr/sbin $fs/usr
    1.33 +	cp -a $install/usr/libexec $fs/usr
    1.34  }