diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template index da590a2493550e..e9c436299a15dc 100644 --- a/srcpkgs/snoopy/template +++ b/srcpkgs/snoopy/template @@ -1,20 +1,25 @@ # Template file for 'snoopy' pkgname=snoopy -version=2.4.6 +version=2.5.2 revision=1 build_style=gnu-configure -hostmakedepends="socat" +hostmakedepends="socat procps-ng" conf_files="/etc/snoopy.ini" short_desc="Log every executed command to syslog" maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/a2o/snoopy" distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz" -checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569 +checksum=9bee136cc3a676e8a11e5ad23339f32fe1a6aea473abca1cc625beb71ebbafc9 + +do_check() { + export PATH="/usr/bin:/bin" +} pre_configure() { find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} + } + post_install() { vconf etc/snoopy.ini }