public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] igmpproxy: Update to 0.4
@ 2023-02-21 15:16 Stefan Schantl
  2023-02-21 15:59 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-02-21 15:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 igmpproxy/igmpproxy.nm | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/igmpproxy/igmpproxy.nm b/igmpproxy/igmpproxy.nm
index 12e842c56..208229db1 100644
--- a/igmpproxy/igmpproxy.nm
+++ b/igmpproxy/igmpproxy.nm
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = igmpproxy
-version    = 0.1
+version    = 0.4
 release    = 1
 
 groups     = Networking/Routing
-url        = http://sourceforge.net/projects/igmpproxy/
+url        = https://github.com/pali/igmpproxy
 license    = GPLv2+
 summary    = A proxy for IGMP.
 
@@ -18,16 +18,24 @@ description
 	between networks.
 end
 
-source_dl  =
+source_dl  = https://github.com/pali/%{name}/archive/refs/tags/%{version}.tar.gz#/
 
 build
+	requires
+		autoconf
+		automake
+	end
+
 	configure_options += \
-		--sysconfdir=/etc
+		--sysconfdir=%{sysconfdir}
+
+	prepare_cmds
+		./autogen.sh
+	end
 end
 
 packages
 	package %{name}
-	end
 
 	package %{name}-debuginfo
 		template DEBUGINFO
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-21 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 15:16 [PATCH] igmpproxy: Update to 0.4 Stefan Schantl
2023-02-21 15:59 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox