2014-12-06 10:04:26 +01:00
|
|
|
# Template file for 'snoopy'
|
|
|
|
pkgname=snoopy
|
2015-06-18 07:28:51 +02:00
|
|
|
version=2.4.3
|
2015-06-08 12:14:33 +02:00
|
|
|
revision=1
|
2014-12-06 10:04:26 +01:00
|
|
|
build_style=gnu-configure
|
2015-06-18 07:30:27 +02:00
|
|
|
hostmakedepends="socat"
|
2014-12-06 10:04:26 +01:00
|
|
|
conf_files="/etc/snoopy.ini"
|
|
|
|
short_desc="Log every executed command to syslog"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-12-06 10:04:26 +01:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/a2o/snoopy"
|
2015-05-21 12:21:00 +02:00
|
|
|
distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
|
2015-06-18 07:28:51 +02:00
|
|
|
checksum=e9889236184474c70c0a51f0b8d6f9148155b4f54c2ab4f51fefcea69f2402e4
|
2014-12-06 10:04:26 +01:00
|
|
|
|
2015-06-18 07:39:12 +02:00
|
|
|
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/14486/steps/shell_3/logs/stdio"
|
|
|
|
|
2014-12-06 10:04:26 +01:00
|
|
|
pre_configure() {
|
2015-05-21 12:21:00 +02:00
|
|
|
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
|
|
|
|
}
|