wok-next view igmpproxy/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="igmpproxy"
4 VERSION="0.1"
5 CATEGORY="network"
6 SHORT_DESC="Simple forwarding of Multicast traffic between networks"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/igmpproxy/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 copy @std
22 }