void-packages/srcpkgs/snoopy/template

22 lines
615 B
Bash
Raw Normal View History

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