2014-12-06 10:04:26 +01:00
|
|
|
# Template file for 'snoopy'
|
|
|
|
pkgname=snoopy
|
2015-04-29 07:13:44 +02:00
|
|
|
version=2.2.8
|
2014-12-06 10:04:26 +01: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"
|
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"
|
|
|
|
distfiles="https://github.com/a2o/snoopy/archive/snoopy-${version}.tar.gz"
|
2015-04-29 07:13:44 +02:00
|
|
|
checksum=6ef9f352ab05a41f0cbc4862bb46f4ab89ba510e0c4d7c55b6f134167026b098
|
2014-12-06 10:04:26 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
vconf etc/snoopy.ini
|
|
|
|
}
|