21 lines
576 B
Bash
21 lines
576 B
Bash
# Template file for 'snoopy'
|
|
pkgname=snoopy
|
|
version=2.2.7
|
|
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"
|
|
checksum=4c2cf1984b3bf52d72350fe235f7d715f6a1cfd57758950e155ca93ac8faee11
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
post_install() {
|
|
vconf etc/snoopy.ini
|
|
}
|