2014-12-06 09:04:26 +00:00
|
|
|
# Template file for 'snoopy'
|
|
|
|
pkgname=snoopy
|
2015-01-12 08:08:05 +00:00
|
|
|
version=2.2.1
|
2014-12-06 09:04:26 +00:00
|
|
|
revision=1
|
|
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
|
|
build_style=gnu-configure
|
|
|
|
conf_files="/etc/snoopy.ini"
|
|
|
|
hostmakedepends="automake libtool"
|
|
|
|
short_desc="Log every executed command to syslog"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/a2o/snoopy"
|
|
|
|
distfiles="https://github.com/a2o/snoopy/archive/snoopy-${version}.tar.gz"
|
2015-01-12 08:08:05 +00:00
|
|
|
checksum=6e7be9f4da2162d6233e985ba10ac73059e9003e71dd7c138292febd6dc263f9
|
2014-12-06 09:04:26 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
vconf etc/snoopy.ini
|
|
|
|
}
|