SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "memcached"

# SliTaz package receipt.

PACKAGE="memcached"
VERSION="1.6.23"
CATEGORY="system-tools"
SHORT_DESC="High-performance, distributed memory object caching system."
MAINTAINER="erjo@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://memcached.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="${WEB_SITE}files/$TARBALL"

DEPENDS="libevent"
BUILD_DEPENDS="libevent-dev"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/id="ver"/!d;s|.*>v||;s|<.*||'
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)