wok-next view geomyidae/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }