wok rev 20739

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Sun Feb 10 09:01:54 2019 +0100 (2019-02-10)
parents 9d63aadd992a
children f269baf1f70e
files barnyard2/receipt
line diff
     1.1 --- a/barnyard2/receipt	Sun Feb 10 08:28:02 2019 +0100
     1.2 +++ b/barnyard2/receipt	Sun Feb 10 09:01:54 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="barnyard2"
     1.7 -VERSION="1.9"
     1.8 +VERSION="2.1.13"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Output spool reader for Snort"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.securixlive.com/barnyard2/"
    1.14 +WEB_SITE="https://github.com/firnsy/barnyard2"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://www.securixlive.com/download/barnyard2/$TARBALL"
    1.18 +WGET_URL="https://github.com/firnsy/$PACKAGE/archive/v${VERSION/./-}/$TARBALL"
    1.19  
    1.20  DEPENDS="libpcap"
    1.21  BUILD_DEPENDS="libpcap-dev"
    1.22 @@ -16,10 +17,12 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 +	./autoconf.sh &&
    1.27  	./configure \
    1.28  		--sysconfdir=/etc/barnyard2 \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 @@ -51,9 +54,3 @@
    1.37  
    1.38  	chroot "$1/" chown snort.snort /var/log/barnyard2
    1.39  }
    1.40 -
    1.41 -## -----------------------------------------------------------------------
    1.42 -## Revision: 03/Aug/2017 - SliTaz DevTeam.
    1.43 -## URL: "http://www.securixlive.com/barnyard2/" is OFF.
    1.44 -## This looks good? => https://firnsy.com/projects | https://github.com/firnsy/barnyard2
    1.45 -## !! Please, remove this after you update. Thank you.