wok-next view geomyidae/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }