SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "srcpd"

# SliTaz package receipt.

PACKAGE="srcpd"
VERSION="2.1.1"
CATEGORY="games"
SHORT_DESC="Simple Railroad Command Protocl Daemon."
MAINTAINER="rcx@zoominternet.net"
DEPENDS="glibc-base libxml2 zlib"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://srcpd.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
CONFIG_FILES="/etc/srcpd.conf"

# Rules to configure and make the package.
compile_rules()
{
    cd $src

    ./configure $CONFIGURE_ARGS \
        --sysconfdir=/etc &&
    make &&
    make 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
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)