# HG changeset patch # User Hans-G?nter Theisgen # Date 1549785714 -3600 # Node ID da6e0e75994351ddcaa3377612e8b5e2e39ee20c # Parent 9d63aadd992abb674c7f9d6e6428c7f952353483 updated barnyard2 (1.9 -> 2.1.13) diff -r 9d63aadd992a -r da6e0e759943 barnyard2/receipt --- a/barnyard2/receipt Sun Feb 10 08:28:02 2019 +0100 +++ b/barnyard2/receipt Sun Feb 10 09:01:54 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="barnyard2" -VERSION="1.9" +VERSION="2.1.13" CATEGORY="system-tools" SHORT_DESC="Output spool reader for Snort" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.securixlive.com/barnyard2/" +WEB_SITE="https://github.com/firnsy/barnyard2" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.securixlive.com/download/barnyard2/$TARBALL" +WGET_URL="https://github.com/firnsy/$PACKAGE/archive/v${VERSION/./-}/$TARBALL" DEPENDS="libpcap" BUILD_DEPENDS="libpcap-dev" @@ -16,10 +17,12 @@ # Rules to configure and make the package. compile_rules() { + ./autoconf.sh && ./configure \ --sysconfdir=/etc/barnyard2 \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -51,9 +54,3 @@ chroot "$1/" chown snort.snort /var/log/barnyard2 } - -## ----------------------------------------------------------------------- -## Revision: 03/Aug/2017 - SliTaz DevTeam. -## URL: "http://www.securixlive.com/barnyard2/" is OFF. -## This looks good? => https://firnsy.com/projects | https://github.com/firnsy/barnyard2 -## !! Please, remove this after you update. Thank you.