void-packages/srcpkgs/snoopy/template

22 lines
576 B
Plaintext
Raw Normal View History

2014-12-06 10:04:26 +01:00
# Template file for 'snoopy'
pkgname=snoopy
2015-03-06 15:23:35 +01:00
version=2.2.6
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"
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-03-06 15:23:35 +01:00
checksum=4e08fe90fdd93e3bd57b713d21fe1e739ae467c4df0a3b8c516af4ff9594e51b
2014-12-06 10:04:26 +01:00
pre_configure() {
autoreconf -fi
}
post_install() {
vconf etc/snoopy.ini
}