# HG changeset patch # User Allan Pinto # Date 1243623087 0 # Node ID 4cd615959f41742544dd6489ae4132e3b45e9a13 # Parent be45f9851c1016f13efa467ec51dbbc49a4fef2e add Geomyidae - a gopher server diff -r be45f9851c10 -r 4cd615959f41 Geomyidae/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Geomyidae/receipt Fri May 29 18:51:27 2009 +0000 @@ -0,0 +1,27 @@ +# 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 +} +