wok-next view geomyidae/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents 29ae397b760a
children 7d09ac4fade7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geomyidae"
4 VERSION="0.31.1"
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.tar.bz2"
12 WGET_URL="http://git.r-36.net/geomyidae/snapshot/$TARBALL"
14 compile_rules() {
15 CC=gcc \
16 make &&
17 make install &&
18 install -Dm644 $src/index.gph $install/var/gopher/index.gph
19 }
21 genpkg_rules() {
22 copy @std
23 }