SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "c-ares"

# SliTaz package receipt.

PACKAGE="c-ares"
VERSION="1.32.0"
CATEGORY="network"
SHORT_DESC="A C library for asynchronous DNS requests."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://c-ares.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/c-ares/c-ares/releases/download/v$VERSION/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --prefix=/usr        \
        --mandir=/usr/share/man    \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files    *.so*
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)