void-packages/srcpkgs/snoopy/template

23 lines
675 B
Bash
Raw Normal View History

2014-12-06 09:04:26 +00:00
# Template file for 'snoopy'
pkgname=snoopy
2015-08-28 06:51:53 +00:00
version=2.4.4
2015-06-08 10:14:33 +00:00
revision=1
2014-12-06 09:04:26 +00:00
build_style=gnu-configure
2015-06-18 05:30:27 +00:00
hostmakedepends="socat"
2014-12-06 09:04:26 +00:00
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"
2015-08-28 06:51:53 +00:00
checksum=b09ac58d4bfce38a8a551b5bf178ebb4db7ebdaff3ecd8fe0c9cfea0088d6a72
2014-12-06 09:04:26 +00:00
2015-06-18 05:39:12 +00:00
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/14486/steps/shell_3/logs/stdio"
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
}