# 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
}