SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ebtables"

# SliTaz package receipt.

PACKAGE="ebtables"
VERSION="v2.0.9-1"
CATEGORY="network"
SHORT_DESC="Filtering tool for a Linux-based bridging firewall."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://ebtables.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="firewall"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    mkdir -p $DESTDIR/etc/rc.d/init.d/ $DESTDIR/etc/sysconfig/
    make && make DESTDIR=$DESTDIR -j1 install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr $fs/etc
    cp -a $_pkg/etc/ethertypes $fs/etc
    cp -a $_pkg/etc/sysconfig $fs/etc
    cp -a $_pkg/usr/local/sbin $fs/usr
    cp -a $_pkg/usr/lib $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)