SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "srcpd"

# SliTaz package receipt.

PACKAGE="srcpd"
VERSION="2.1.5"
CATEGORY="games"
SHORT_DESC="Simple Railroad Command Protocol Daemon."
MAINTAINER="rcx@zoominternet.net"
LICENSE="GPL2"
WEB_SITE="https://sourceforge.net/projects/srcpd/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="glibc-base libxml2 zlib"
BUILD_DEPENDS="libxml2-dev zlib-dev"

CONFIG_FILES="/etc/srcpd.conf"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/srcpd/files/srcpd/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/srcpd/||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --sysconfdir=/etc    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    etc
    cook_copy_folders    sbin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)