void-packages/srcpkgs/snoopy/template
2015-06-08 14:54:07 +02:00

21 lines
615 B
Bash

# Template file for 'snoopy'
pkgname=snoopy
version=2.3.2
revision=1
wrksrc="snoopy-${version}"
build_style=gnu-configure
configure_args="--sbindir=/usr/bin"
conf_files="/etc/snoopy.ini"
short_desc="Log every executed command to syslog"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/a2o/snoopy"
distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
checksum=d273a0d90ddd2046e456161f19087ebfebac973fd359cc972e72dbae7082de2a
pre_configure() {
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
}
post_install() {
vconf etc/snoopy.ini
}