wok-next view geomyidae/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geomyidae"
4 VERSION="0.34"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for serving the Gopher protocol"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://www.r-36.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="ftp://bitreich.org/releases/$PACKAGE/$PACKAGE-v$VERSION.tgz"
14 compile_rules()
15 {
16 CC=gcc make &&
17 make install &&
18 install -Dm644 $src/index.gph $install/var/gopher/index.gph
19 }
21 genpkg_rules()
22 {
23 copy @std
24 }