From cf03d09f826b87ed02e2edac365506cd6a3477f3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 21 May 2015 12:21:00 +0200 Subject: [PATCH] snoopy: update to 2.3.0; fix musl build --- srcpkgs/snoopy/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template index b77d6c2a4d7..a4abcb47ea9 100644 --- a/srcpkgs/snoopy/template +++ b/srcpkgs/snoopy/template @@ -1,20 +1,19 @@ # Template file for 'snoopy' pkgname=snoopy -version=2.2.8 +version=2.3.0 revision=1 -wrksrc="${pkgname}-${pkgname}-${version}" +wrksrc="snoopy-${version}" build_style=gnu-configure conf_files="/etc/snoopy.ini" -hostmakedepends="automake libtool" short_desc="Log every executed command to syslog" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/a2o/snoopy" -distfiles="https://github.com/a2o/snoopy/archive/snoopy-${version}.tar.gz" -checksum=6ef9f352ab05a41f0cbc4862bb46f4ab89ba510e0c4d7c55b6f134167026b098 +distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz" +checksum=14312de74b995b2d5aad60b148c18378ac55d26e065a05ea2477f9bddce65bea pre_configure() { - autoreconf -fi + find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} + } post_install() { vconf etc/snoopy.ini