
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="https://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 - https://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 }
6011 packages and 861680 files in cooking database (Sun Aug 17 00:48:22 2025)