wok-next view igmpproxy/receipt @ rev 20921
flake8 -> python-flake8
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Wed Aug 22 11:18:36 2018 +0300 (2018-08-22) | 
| parents | de49f29b101e | 
| children | d5aab818505e | 
 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="http://igmpproxy.sourceforge.net/"
    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=$DESTDIR install
    18 }
    20 genpkg_rules() {
    21 	copy @std
    22 }