wok view Geomyidae/receipt @ rev 20717

updated Geomyidae (0.26.1 -> 0.34)
author Hans-G?nter Theisgen
date Fri Feb 08 14:02:16 2019 +0100 (2019-02-08)
parents 11b5e93cb5f2
children 0799151308be
line source
1 # SliTaz package receipt.
3 PACKAGE="Geomyidae"
4 VERSION="0.34"
5 CATEGORY="network"
6 SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://www.r-36.net/"
11 SOURCE="geomyidae"
12 TARBALL="$SOURCE-v$VERSION.tgz"
13 #WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL"
14 WGET_URL="ftp://bitreich.org/releases/$SOURCE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make CC=gcc PREFIX=/usr &&
20 make install \
21 DESTDIR=$DESTDIR || exit 1
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr $fs/var/gopher
28 cp -a $src/index.gph $fs/var/gopher/
29 cp -a $install/usr/bin $fs/usr
30 }