SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "Geomyidae"

# SliTaz package receipt.

PACKAGE="Geomyidae"
VERSION="0.13"
CATEGORY="network"
SHORT_DESC="A gopher server"
MAINTAINER="allan316@gmail.com"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://www.r-36.net"
WGET_URL="http://www.in2dwok.com/downloads/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make && make DESTDIR=$PWD/_pkg install
}

# 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 $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)