SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "arping"

# SliTaz package receipt.

PACKAGE="arping"
VERSION="2.09"
CATEGORY="network"
SHORT_DESC="ARP ping utility"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL"

DEPENDS="libnet libpcap"
BUILD_DEPENDS="libpcap-dev libnet-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS &&
    make && make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/sbin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)