void-packages/srcpkgs/snoopy/template

21 lines
579 B
Bash
Raw Normal View History

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