wok-next annotate igmpproxy/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@7825 2
pascal@7825 3 PACKAGE="igmpproxy"
pascal@7825 4 VERSION="0.1"
pascal@7825 5 CATEGORY="network"
al@20534 6 SHORT_DESC="Simple forwarding of Multicast traffic between networks"
pascal@7825 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://sourceforge.net/projects/igmpproxy/"
al@20534 10
pascal@7825 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@7825 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@7825 13
al@20534 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
pascal@7825 16 make &&
al@21020 17 make DESTDIR=$install install
pascal@7825 18 }
pascal@7825 19
al@20534 20 genpkg_rules() {
al@20534 21 copy @std
pascal@7825 22 }