SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "sharedance"

# SliTaz package receipt.

PACKAGE="sharedance"
VERSION="0.6"
CATEGORY="network"
SHORT_DESC="High-performance server to centralize ephemeral key/data."
MAINTAINER="erjo@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://web.archive.org/web/20180128000525/https://www.pureftpd.org/project/sharedance"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://download.pureftpd.org/pub/sharedance/$TARBALL"

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

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
}

# 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()
{
    cp -a $install/* $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)