SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "Geomyidae"

# SliTaz package receipt.

PACKAGE="Geomyidae"
VERSION="0.34"
CATEGORY="network"
SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol."
MAINTAINER="allan316@gmail.com"
LICENSE="MIT"
WEB_SITE="http://www.r-36.net/scm/geomyidae/"

SOURCE="geomyidae"
TARBALL="$SOURCE-v$VERSION.tgz"
WGET_URL="ftp://bitreich.org/releases/$SOURCE/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - http://r-36.net/scm/geomyidae/refs.html 2> /dev/null | \
    sed '/<td>/!d;s|.*v||;s|<.*||;/^[0-9]/!d;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make CC=gcc PREFIX=/usr &&
    make install \
        PREFIX=/usr \
        DESTDIR=$DESTDIR || exit 1
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr $fs/var/gopher
    cp -a $src/index.gph $fs/var/gopher/
    cp -a $install/usr/bin $fs/usr
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)