snoopy: update to 2.3.0; fix musl build
This commit is contained in:
parent
f7bb54b856
commit
cf03d09f82
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'snoopy'
|
# Template file for 'snoopy'
|
||||||
pkgname=snoopy
|
pkgname=snoopy
|
||||||
version=2.2.8
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="snoopy-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/snoopy.ini"
|
conf_files="/etc/snoopy.ini"
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
short_desc="Log every executed command to syslog"
|
short_desc="Log every executed command to syslog"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/a2o/snoopy"
|
homepage="https://github.com/a2o/snoopy"
|
||||||
distfiles="https://github.com/a2o/snoopy/archive/snoopy-${version}.tar.gz"
|
distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
|
||||||
checksum=6ef9f352ab05a41f0cbc4862bb46f4ab89ba510e0c4d7c55b6f134167026b098
|
checksum=14312de74b995b2d5aad60b148c18378ac55d26e065a05ea2477f9bddce65bea
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf etc/snoopy.ini
|
vconf etc/snoopy.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue