SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "bird"

# SliTaz package receipt.

PACKAGE="bird"
VERSION="1.3.6"
CATEGORY="network"
SHORT_DESC="internet routing daemon"
MAINTAINER="allan316@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://bird.network.cz"
WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL"
TAGS="route routing daemon"

DEPENDS="readline ncurses"
BUILD_DEPENDS="flex bison readline-dev ncurses-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --localstatedir=/var \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$DESTDIR install
}

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

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